/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/ |
ARCISelLowering.cpp | 224 SDValue ARCTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI, 226 SelectionDAG &DAG = CLI.DAG; 227 SDLoc &dl = CLI.DL; 228 SmallVectorImpl<ISD::OutputArg> &Outs = CLI.Outs; 229 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals; 230 SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins; 231 SDValue Chain = CLI.Chain; 232 SDValue Callee = CLI.Callee; 233 CallingConv::ID CallConv = CLI.CallConv; 234 bool IsVarArg = CLI.IsVarArg [all...] |
ARCISelLowering.h | 102 SDValue LowerCall(TargetLowering::CallLoweringInfo &CLI,
|
/external/llvm/lib/Target/Mips/ |
MipsFastISel.cpp | 98 bool fastLowerCall(CallLoweringInfo &CLI) override; 195 bool processCallArgs(CallLoweringInfo &CLI, SmallVectorImpl<MVT> &ArgVTs, 197 bool finishCall(CallLoweringInfo &CLI, MVT RetVT, unsigned NumBytes); [all...] |
MipsSEISelLowering.h | 62 bool IsCallReloc, CallLoweringInfo &CLI, SDValue Callee,
|
Mips16ISelLowering.cpp | 424 bool IsCallReloc, CallLoweringInfo &CLI, SDValue Callee, 426 SelectionDAG &DAG = CLI.DAG; 439 if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(CLI.Callee)) { 482 dyn_cast<GlobalAddressSDNode>(CLI.Callee)) { 492 getMips16HelperFunction(CLI.RetTy, CLI.getArgs(), NeedMips16Helper); 506 JumpTarget = getAddrGlobal(S, CLI.DL, JumpTarget.getValueType(), DAG, 516 InternalLinkage, IsCallReloc, CLI, Callee,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
AVRISelLowering.cpp | 378 TargetLowering::CallLoweringInfo CLI(DAG); 379 CLI.setDebugLoc(dl) 386 std::pair<SDValue, SDValue> CallInfo = LowerCallTo(CLI); 906 static StringRef getFunctionName(TargetLowering::CallLoweringInfo &CLI) { 907 SDValue Callee = CLI.Callee; 924 static void analyzeStandardArguments(TargetLowering::CallLoweringInfo *CLI, [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/ |
RISCVISelLowering.cpp | 845 CallLoweringInfo *CLI) const { 851 Type *OrigTy = CLI ? CLI->getArgs()[Outs[i].OrigArgIndex].Ty : nullptr; [all...] |
/external/llvm/lib/Target/ARM/ |
ARMSelectionDAGInfo.cpp | 114 TargetLowering::CallLoweringInfo CLI(DAG); 115 CLI.setDebugLoc(dl) 123 std::pair<SDValue,SDValue> CallResult = TLI->LowerCallTo(CLI);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
ARMSelectionDAGInfo.cpp | 114 TargetLowering::CallLoweringInfo CLI(DAG); 115 CLI.setDebugLoc(dl) 123 std::pair<SDValue,SDValue> CallResult = TLI->LowerCallTo(CLI);
|
/external/llvm/lib/Target/WebAssembly/ |
WebAssemblyISelLowering.h | 63 SDValue LowerCall(CallLoweringInfo &CLI,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/ |
BPFISelLowering.h | 86 SDValue LowerCall(TargetLowering::CallLoweringInfo &CLI,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AVR/ |
inst-family-set-clr-flag.s | 69 ; CLI 71 cli label 104 ; CHECK: cli ; encoding: [0xf8,0x94] 105 ; CHECK: cli ; encoding: [0xf8,0x94]
|
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | 694 SparcTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI, 697 return LowerCall_64(CLI, InVals); 698 return LowerCall_32(CLI, InVals); 724 SparcTargetLowering::LowerCall_32(TargetLowering::CallLoweringInfo &CLI, 726 SelectionDAG &DAG = CLI.DAG; 727 SDLoc &dl = CLI.DL; 728 SmallVectorImpl<ISD::OutputArg> &Outs = CLI.Outs; 729 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals; 730 SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins; 731 SDValue Chain = CLI.Chain [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | 687 SparcTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI, 690 return LowerCall_64(CLI, InVals); 691 return LowerCall_32(CLI, InVals); 717 SparcTargetLowering::LowerCall_32(TargetLowering::CallLoweringInfo &CLI, 719 SelectionDAG &DAG = CLI.DAG; 720 SDLoc &dl = CLI.DL; 721 SmallVectorImpl<ISD::OutputArg> &Outs = CLI.Outs; 722 SmallVectorImpl<SDValue> &OutVals = CLI.OutVals; 723 SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins; 724 SDValue Chain = CLI.Chain [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
Mips16ISelLowering.cpp | 424 bool IsCallReloc, CallLoweringInfo &CLI, SDValue Callee, 426 SelectionDAG &DAG = CLI.DAG; 439 if (ExternalSymbolSDNode *S = dyn_cast<ExternalSymbolSDNode>(CLI.Callee)) { 482 dyn_cast<GlobalAddressSDNode>(CLI.Callee)) { 492 getMips16HelperFunction(CLI.RetTy, CLI.getArgs(), NeedMips16Helper); 506 JumpTarget = getAddrGlobal(S, CLI.DL, JumpTarget.getValueType(), DAG, 516 InternalLinkage, IsCallReloc, CLI, Callee,
|
/external/llvm/lib/Target/PowerPC/ |
PPCFastISel.cpp | 127 bool fastLowerCall(CallLoweringInfo &CLI) override; 188 bool finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
PPCFastISel.cpp | 127 bool fastLowerCall(CallLoweringInfo &CLI) override; 189 bool finishCall(MVT RetVT, CallLoweringInfo &CLI, unsigned &NumBytes); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.cpp | [all...] |
StatepointLowering.cpp | 319 Builder.lowerInvokable(SI.CLI, SI.EHPadBB); 338 bool HasDef = !SI.CLI.RetTy->isVoidTy(); 628 SI.CLI.setChain(getRoot()); 715 pushStackMapConstant(Ops, *this, SI.CLI.CallConv); [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.cpp | [all...] |
StatepointLowering.cpp | 292 Builder.lowerInvokable(SI.CLI, SI.EHPadBB); 311 bool HasDef = !SI.CLI.RetTy->isVoidTy(); 569 SI.CLI.setChain(getRoot()); 656 pushStackMapConstant(Ops, *this, SI.CLI.CallConv); 767 populateCallLoweringInfo(SI.CLI, ISP.getCallSite(), [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64FastISel.cpp | 110 bool fastLowerCall(CallLoweringInfo &CLI) override; 237 bool processCallArgs(CallLoweringInfo &CLI, SmallVectorImpl<MVT> &ArgVTs, 239 bool finishCall(CallLoweringInfo &CLI, MVT RetVT, unsigned NumBytes); [all...] |
/external/llvm/include/llvm/CodeGen/ |
FastISel.h | 333 virtual bool fastLowerCall(CallLoweringInfo &CLI); 512 bool lowerCallTo(CallLoweringInfo &CLI); 578 CallLoweringInfo &CLI);
|
/external/llvm/lib/Target/X86/ |
X86SelectionDAGInfo.cpp | 87 TargetLowering::CallLoweringInfo CLI(DAG); 88 CLI.setDebugLoc(dl).setChain(Chain) 93 std::pair<SDValue,SDValue> CallResult = TLI.LowerCallTo(CLI);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
FastISel.h | 347 virtual bool fastLowerCall(CallLoweringInfo &CLI); 513 bool lowerCallTo(CallLoweringInfo &CLI); 594 CallLoweringInfo &CLI);
|