Home
last modified time | relevance | path

Searched refs:ComputeValueVTs (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DAnalysis.h56 void ComputeValueVTs(const TargetLowering &TLI, Type *Ty,
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DAnalysis.cpp74 void llvm::ComputeValueVTs(const TargetLowering &TLI, Type *Ty, in ComputeValueVTs() function in llvm
85 ComputeValueVTs(TLI, *EI, ValueVTs, Offsets, in ComputeValueVTs()
94 ComputeValueVTs(TLI, EltTy, ValueVTs, Offsets, in ComputeValueVTs()
DTargetLoweringBase.cpp1187 ComputeValueVTs(TLI, ReturnType, ValueVTs); in GetReturnInfo()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp210 ComputeValueVTs(*TLI, PN->getType(), ValueVTs); in set()
266 ComputeValueVTs(*TLI, Ty, ValueVTs); in CreateRegs()
315 ComputeValueVTs(*TLI, Ty, ValueVTs); in ComputePHILiveOutRegInfo()
DSelectionDAGBuilder.cpp617 ComputeValueVTs(tli, Ty, ValueVTs); in RegsForValue()
1132 ComputeValueVTs(*TLI, C->getType(), ValueVTs); in getValueImpl()
1214 ComputeValueVTs(*TLI, PointerType::getUnqual(F->getReturnType()), in visitRet()
1222 ComputeValueVTs(*TLI, I.getOperand(0)->getType(), ValueVTs, &Offsets); in visitRet()
1241 ComputeValueVTs(*TLI, I.getOperand(0)->getType(), ValueVTs); in visitRet()
2005 ComputeValueVTs(*TLI, LP.getType(), ValueVTs); in visitLandingPad()
2829 ComputeValueVTs(*TM.getTargetLowering(), I.getType(), ValueVTs); in visitSelect()
3191 ComputeValueVTs(*TLI, AggTy, AggValueVTs); in visitInsertValue()
3193 ComputeValueVTs(*TLI, ValTy, ValValueVTs); in visitInsertValue()
3232 ComputeValueVTs(*TLI, ValTy, ValValueVTs); in visitExtractValue()
[all …]
DFastISel.cpp967 ComputeValueVTs(TLI, AggTy, AggValueVTs); in SelectExtractValue()
/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp83 ComputeValueVTs(TLI, Ty, TempVTs, &TempOffsets, StartingOffset); in ComputePTXValueVTs()
382 ComputeValueVTs(*this, retTy, vtparts); in getPrototype()
433 ComputeValueVTs(*this, Ty, vtparts); in getPrototype()
568 ComputeValueVTs(*this, Ty, vtparts); in LowerCall()
795 ComputeValueVTs(*this, PTy->getElementType(), vtparts); in LowerCall()
853 ComputeValueVTs(*this, retTy, resvtparts); in LowerCall()
DNVPTXAsmPrinter.cpp451 ComputeValueVTs(*TLI, Ty, vtparts); in printReturnValStr()
477 ComputeValueVTs(*TLI, Ty, vtparts); in printReturnValStr()
1625 ComputeValueVTs(*TLI, ETy, vtparts); in emitFunctionParamList()
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86FastISel.cpp2235 ComputeValueVTs(TLI, I->getType(), RetTys); in DoSelectCall()