Home
last modified time | relevance | path

Searched refs:RegisterVT (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp900 MVT &RegisterVT, in getVectorTypeBreakdownMVT() argument
936 RegisterVT = DestVT; in getVectorTypeBreakdownMVT()
1189 MVT RegisterVT; in computeRegisterProperties() local
1192 NumIntermediates, RegisterVT, this); in computeRegisterProperties()
1193 RegisterTypeForVT[i] = RegisterVT; in computeRegisterProperties()
1253 MVT &RegisterVT) const { in getVectorTypeBreakdown()
1266 RegisterVT = RegisterEVT.getSimpleVT(); in getVectorTypeBreakdown()
1300 RegisterVT = DestVT; in getVectorTypeBreakdown()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp252 MVT RegisterVT; in getCopyFromPartsVector() local
256 NumIntermediates, RegisterVT); in getCopyFromPartsVector()
259 assert(RegisterVT == PartVT && "Part type doesn't match vector breakdown!"); in getCopyFromPartsVector()
260 assert(RegisterVT == Parts[0].getSimpleValueType() && in getCopyFromPartsVector()
536 MVT RegisterVT; in getCopyToPartsVector() local
540 NumIntermediates, RegisterVT); in getCopyToPartsVector()
545 assert(RegisterVT == PartVT && "Part type doesn't match vector breakdown!"); in getCopyToPartsVector()
625 MVT RegisterVT = tli.getRegisterType(Context, ValueVT); in RegsForValue() local
628 RegVTs.push_back(RegisterVT); in RegsForValue()
690 MVT RegisterVT = RegVTs[Value]; in getCopyFromRegs() local
[all …]
H A DFunctionLoweringInfo.cpp302 MVT RegisterVT = TLI->getRegisterType(Ty->getContext(), ValueVT); in CreateRegs() local
306 unsigned R = CreateReg(RegisterVT); in CreateRegs()
H A DFastISel.cpp902 MVT RegisterVT = TLI.getRegisterType(CLI.RetTy->getContext(), VT); in lowerCallTo() local
906 MyFlags.VT = RegisterVT; in lowerCallTo()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h462 MVT &RegisterVT) const;
733 MVT RegisterVT; in getRegisterType() local
736 NumIntermediates, RegisterVT); in getRegisterType()
737 return RegisterVT; in getRegisterType()