Home
last modified time | relevance | path

Searched refs:InVals (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm/lib/Target/Sparc/
DSparcISelLowering.h82 SmallVectorImpl<SDValue> &InVals) const;
88 SmallVectorImpl<SDValue> &InVals) const;
94 SmallVectorImpl<SDValue> &InVals) const;
98 SmallVectorImpl<SDValue> &InVals) const;
100 SmallVectorImpl<SDValue> &InVals) const;
102 SmallVectorImpl<SDValue> &InVals) const;
DSparcISelLowering.cpp319 SmallVectorImpl<SDValue> &InVals) const { in LowerFormalArguments()
322 DL, DAG, InVals); in LowerFormalArguments()
324 DL, DAG, InVals); in LowerFormalArguments()
337 SmallVectorImpl<SDValue> &InVals) const { in LowerFormalArguments_32()
360 InVals.push_back(Arg); in LowerFormalArguments_32()
390 InVals.push_back(WholeValue); in LowerFormalArguments_32()
403 InVals.push_back(Arg); in LowerFormalArguments_32()
422 InVals.push_back(Load); in LowerFormalArguments_32()
445 InVals.push_back(WholeValue); in LowerFormalArguments_32()
469 InVals.push_back(Load); in LowerFormalArguments_32()
[all …]
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h135 SmallVectorImpl<SDValue> &InVals) const;
143 SmallVectorImpl<SDValue> &InVals) const;
149 SmallVectorImpl<SDValue> &InVals) const;
156 SmallVectorImpl<SDValue> &InVals) const;
159 SmallVectorImpl<SDValue> &InVals) const;
DMSP430ISelLowering.cpp261 SmallVectorImpl<SDValue> &InVals) in LowerFormalArguments()
269 return LowerCCCArguments(Chain, CallConv, isVarArg, Ins, dl, DAG, InVals); in LowerFormalArguments()
279 SmallVectorImpl<SDValue> &InVals) const { in LowerCall()
300 Outs, OutVals, Ins, dl, DAG, InVals); in LowerCall()
317 SmallVectorImpl<SDValue> &InVals) in LowerCCCArguments()
368 InVals.push_back(ArgValue); in LowerCCCArguments()
400 InVals.push_back(InVal); in LowerCCCArguments()
469 SmallVectorImpl<SDValue> &InVals) const { in LowerCCCCallTo()
595 DAG, InVals); in LowerCCCCallTo()
606 SmallVectorImpl<SDValue> &InVals) const { in LowerCallResult()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h529 SmallVectorImpl<SDValue> &InVals) const;
539 SmallVectorImpl<SDValue> &InVals) const;
546 SmallVectorImpl<SDValue> &InVals) const;
550 SmallVectorImpl<SDValue> &InVals) const;
579 SmallVectorImpl<SDValue> &InVals) const;
585 SmallVectorImpl<SDValue> &InVals) const;
591 SmallVectorImpl<SDValue> &InVals) const;
606 SmallVectorImpl<SDValue> &InVals) const;
615 SmallVectorImpl<SDValue> &InVals) const;
623 SmallVectorImpl<SDValue> &InVals) const;
DPPCISelLowering.cpp1907 SmallVectorImpl<SDValue> &InVals) in LowerFormalArguments()
1912 dl, DAG, InVals); in LowerFormalArguments()
1915 dl, DAG, InVals); in LowerFormalArguments()
1918 dl, DAG, InVals); in LowerFormalArguments()
1929 SmallVectorImpl<SDValue> &InVals) const { in LowerFormalArguments_32SVR4()
2012 InVals.push_back(ArgValue); in LowerFormalArguments_32SVR4()
2023 InVals.push_back(DAG.getLoad(VA.getValVT(), dl, Chain, FIN, in LowerFormalArguments_32SVR4()
2189 SmallVectorImpl<SDValue> &InVals) const { in LowerFormalArguments_64SVR4()
2276 InVals.push_back(FIN); in LowerFormalArguments_64SVR4()
2285 InVals.push_back(FIN); in LowerFormalArguments_64SVR4()
[all …]
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.h119 SmallVectorImpl<SDValue> &InVals) const;
127 SmallVectorImpl<SDValue> &InVals) const;
132 SmallVectorImpl<SDValue> &InVals) const;
181 SmallVectorImpl<SDValue> &InVals) const;
185 SmallVectorImpl<SDValue> &InVals) const;
DXCoreISelLowering.cpp850 SmallVectorImpl<SDValue> &InVals) const { in LowerCall()
873 Outs, OutVals, Ins, dl, DAG, InVals); in LowerCall()
889 SmallVectorImpl<SDValue> &InVals) const { in LowerCCCCallTo()
1002 Ins, dl, DAG, InVals); in LowerCCCCallTo()
1012 SmallVectorImpl<SDValue> &InVals) const { in LowerCallResult()
1026 InVals.push_back(Chain.getValue(0)); in LowerCallResult()
1048 SmallVectorImpl<SDValue> &InVals) in LowerFormalArguments()
1057 Ins, dl, DAG, InVals); in LowerFormalArguments()
1073 SmallVectorImpl<SDValue> &InVals) const { in LowerCCCArguments()
1207 InVals.push_back(FIN); in LowerCCCArguments()
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h112 SmallVectorImpl<SDValue> &InVals) const;
117 SmallVectorImpl<SDValue> &InVals) const;
123 SmallVectorImpl<SDValue> &InVals,
DHexagonISelLowering.cpp355 SmallVectorImpl<SDValue> &InVals, in LowerCallResult() argument
373 InVals.push_back(Chain.getValue(0)); in LowerCallResult()
383 SmallVectorImpl<SDValue> &InVals) const { in LowerCall()
598 InVals, OutVals, Callee); in LowerCall()
817 SmallVectorImpl<SDValue> &InVals) in LowerFormalArguments()
861 InVals.push_back(DAG.getCopyFromReg(Chain, dl, VReg, RegVT)); in LowerFormalArguments()
866 InVals.push_back(DAG.getCopyFromReg(Chain, dl, VReg, RegVT)); in LowerFormalArguments()
896 InVals.push_back(FIN); in LowerFormalArguments()
898 InVals.push_back(DAG.getLoad(VA.getLocVT(), dl, Chain, FIN, in LowerFormalArguments()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h155 SmallVectorImpl<SDValue> &InVals) const;
164 SmallVectorImpl<SDValue> &InVals) const;
170 SmallVectorImpl<SDValue> &InVals) const;
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h118 SmallVectorImpl<SDValue> &InVals) const;
121 LowerCall(CallLoweringInfo &CLI, SmallVectorImpl<SDValue> &InVals) const;
DNVPTXISelLowering.cpp493 SmallVectorImpl<SDValue> &InVals) const { in LowerCall()
965 InVals.push_back(Ret0); in LowerCall()
996 InVals.push_back(Ret0); in LowerCall()
998 InVals.push_back(Ret1); in LowerCall()
1000 InVals.push_back(Ret0); in LowerCall()
1001 InVals.push_back(Ret1); in LowerCall()
1049 InVals.push_back(Elt); in LowerCall()
1096 InVals.push_back(Ret0); in LowerCall()
1363 SmallVectorImpl<SDValue> &InVals) const { in LowerFormalArguments()
1410 InVals.push_back(DAG.getConstant(i + 1, MVT::i32)); in LowerFormalArguments()
[all …]
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h340 SmallVectorImpl<SDValue> &InVals,
382 SmallVectorImpl<SDValue> &InVals,
405 SmallVectorImpl<SDValue> &InVals) const;
413 SmallVectorImpl<SDValue> &InVals) const;
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h162 SmallVectorImpl<SDValue> &InVals) const LLVM_OVERRIDE;
165 SmallVectorImpl<SDValue> &InVals) const LLVM_OVERRIDE;
/external/llvm/lib/Target/ARM/
DARMISelLowering.h482 SmallVectorImpl<SDValue> &InVals,
490 SmallVectorImpl<SDValue> &InVals) const;
514 SmallVectorImpl<SDValue> &InVals) const;
/external/llvm/lib/Target/R600/
DR600ISelLowering.h40 SmallVectorImpl<SDValue> &InVals) const;
DSIISelLowering.h52 SmallVectorImpl<SDValue> &InVals) const;
DSIISelLowering.cpp132 SmallVectorImpl<SDValue> &InVals) const { in LowerFormalArguments()
209 InVals.push_back(DAG.getUNDEF(Arg.VT)); in LowerFormalArguments()
221 InVals.push_back(Arg); in LowerFormalArguments()
233 InVals.push_back(DAG.getCopyFromReg(Chain, DL, Reg, VT)); in LowerFormalArguments()
261 InVals.push_back(DAG.getNode(ISD::BUILD_VECTOR, DL, Arg.VT, in LowerFormalArguments()
266 InVals.push_back(Val); in LowerFormalArguments()
DAMDGPUISelLowering.h61 SmallVectorImpl<SDValue> &InVals) const { in LowerCall() argument
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDGPUISelLowering.h48 SmallVectorImpl<SDValue> &InVals) const;
DAMDGPUISelLowering.cpp54 SmallVectorImpl<SDValue> &InVals) const in LowerFormalArguments()
59 InVals.push_back(SDValue()); in LowerFormalArguments()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUISelLowering.h48 SmallVectorImpl<SDValue> &InVals) const;
DAMDGPUISelLowering.cpp54 SmallVectorImpl<SDValue> &InVals) const in LowerFormalArguments()
59 InVals.push_back(SDValue()); in LowerFormalArguments()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h795 SmallVectorImpl<SDValue> &InVals) const;
903 SmallVectorImpl<SDValue> &InVals) const;
906 SmallVectorImpl<SDValue> &InVals) const;

12