Home
last modified time | relevance | path

Searched refs:CallInfo (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBPFAbstractMemberAccess.cpp117 struct CallInfo { struct in __anon24576::final
124 typedef std::stack<std::pair<CallInst *, CallInfo>> CallInfoStack;
138 std::map<CallInst *, std::pair<CallInst *, CallInfo>> AIChain;
142 std::map<CallInst *, CallInfo> BaseAICalls;
146 void traceAICall(CallInst *Call, CallInfo &ParentInfo);
148 CallInfo &ParentInfo);
150 CallInfo &ParentInfo);
153 bool IsPreserveDIAccessIndexCall(const CallInst *Call, CallInfo &Cinfo);
166 Value *computeBaseAndAccessKey(CallInst *Call, CallInfo &CInfo,
169 bool transformGEPChain(Module &M, CallInst *Call, CallInfo
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dgraph-builder-interface.cc647 DoCall(decoder, CallInfo::CallDirect(imm.index), imm.sig, args, returns); in CallDirect()
657 DoReturnCall(decoder, CallInfo::CallDirect(imm.index), imm.sig, args); in ReturnCall()
665 CallInfo::CallIndirect(index, imm.table_imm.index, imm.sig_imm.index), in CallIndirect()
674 CallInfo::CallIndirect(index, imm.table_imm.index, imm.sig_imm.index), in ReturnCallIndirect()
689 DoCall(decoder, CallInfo::CallRef(func_ref, NullCheckFor(func_ref.type)), in CallRef()
716 DoCall(decoder, CallInfo::CallDirect(expected_function_index), in CallRef()
725 DoCall(decoder, CallInfo::CallRef(func_ref, NullCheckFor(func_ref.type)), in CallRef()
760 CallInfo::CallRef(func_ref, NullCheckFor(func_ref.type)), in ReturnCallRef()
785 DoReturnCall(decoder, CallInfo::CallDirect(expected_function_index), sig, in ReturnCallRef()
792 CallInfo in ReturnCallRef()
1627 class CallInfo { global() class
1675 CallInfo(CallMode call_mode, uint32_t callee_or_sig_index, CallInfo() function in v8::internal::wasm::__anon15171::WasmGraphBuildingInterface::Value::Control::CallInfo
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineFunction.h987 CallSiteInfoImpl &&CallInfo) {
989 CallSitesInfo[CallI] = std::move(CallInfo);
H A DSelectionDAG.h1717 void addCallSiteInfo(const SDNode *CallNode, CallSiteInfoImpl &&CallInfo) { in addCallSiteInfo() argument
1718 SDCallSiteDbgInfo[CallNode].CSInfo = std::move(CallInfo); in addCallSiteInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp217 class CallInfo { class
1089 CallInfo CI; in hoistExpressions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2075 std::pair<SDValue, SDValue> CallInfo = TLI.LowerCallTo(CLI);
2077 if (!CallInfo.second.getNode()) {
2083 LLVM_DEBUG(dbgs() << "Created libcall: "; CallInfo.first.dump(&DAG));
2084 return CallInfo.first;
2234 std::pair<SDValue, SDValue> CallInfo = TLI.LowerCallTo(CLI);
2238 DAG.getLoad(RetVT, dl, CallInfo.second, FIPtr, MachinePointerInfo());
2239 Results.push_back(CallInfo.first);
2332 std::pair<SDValue, SDValue> CallInfo = TLI.LowerCallTo(CLI);
2335 DAG.getLoad(RetVT, dl, CallInfo.second, SinPtr, MachinePointerInfo()));
2337 DAG.getLoad(RetVT, dl, CallInfo
[all...]
H A DLegalizeIntegerTypes.cpp3619 std::pair<SDValue, SDValue> CallInfo = TLI.LowerCallTo(CLI); in ExpandIntRes_XMULO() local
3621 SplitInteger(CallInfo.first, Lo, Hi); in ExpandIntRes_XMULO()
3623 DAG.getLoad(PtrVT, dl, CallInfo.second, Temp, MachinePointerInfo()); in ExpandIntRes_XMULO()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2184 std::pair<SDValue, SDValue> CallInfo = LowerCallTo(CLI); in LowerF128Op() local
2188 return CallInfo.first; in LowerF128Op()
2192 Chain = CallInfo.second; in LowerF128Op()
2235 std::pair<SDValue, SDValue> CallInfo = LowerCallTo(CLI); in LowerF128Compare() local
2238 SDValue Result = CallInfo.first; in LowerF128Compare()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp394 std::pair<SDValue, SDValue> CallInfo = LowerCallTo(CLI); in LowerDivRem() local
395 return CallInfo.first; in LowerDivRem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16283 std::pair<SDValue, SDValue> CallInfo = LowerCallTo(CLI); in LowerDivRem() local
16284 return CallInfo.first; in LowerDivRem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 84 milliseconds