Searched defs:ValueVT (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypesGeneric.cpp | 256 EVT ValueVT = LD->getValueType(0); in ExpandRes_NormalLoad() local 466 EVT ValueVT = St->getValue().getValueType(); in ExpandOp_NormalStore() local
|
H A D | FunctionLoweringInfo.cpp | 394 EVT ValueVT = ValueVTs[Value]; in CreateRegs() local
|
H A D | SelectionDAGBuilder.cpp | 166 MVT PartVT, EVT ValueVT, const Value *V, in getCopyFromParts() 328 MVT PartVT, EVT ValueVT, const Value *V, in getCopyFromPartsVector() 483 EVT ValueVT = Val.getValueType(); in getCopyToParts() local 615 EVT ValueVT = Val.getValueType(); in widenVectorToPartType() local 651 EVT ValueVT = Val.getValueType(); in getCopyToPartsVector() local 789 for (EVT ValueVT : ValueVTs) { in RegsForValue() local 821 EVT ValueVT = ValueVTs[Value]; in getCopyFromRegs() local 8274 EVT ValueVT = OpInfo.ConstraintVT; in GetRegistersForValue() local
|
H A D | LegalizeVectorTypes.cpp | 4916 EVT ValueVT = StVal.getValueType(); in WidenVecOp_MSTORE() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 148 EVT ValueVT = LD->getValueType(0); in SelectIndexedLoad() local 471 EVT ValueVT = Value.getValueType(); in SelectIndexedStore() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 5721 MVT ValueVT = Node->getSimpleValueType(0); in Select() local 5818 MVT ValueVT = Value.getSimpleValueType(); in Select() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 8528 EVT ValueVT = Val.getValueType(); in splitValueIntoRegisterParts() local 8568 MVT PartVT, EVT ValueVT, Optional<CallingConv::ID> CC) const { in joinRegisterPartsIntoValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 3681 MVT PartVT, EVT ValueVT, in joinRegisterPartsIntoValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 4216 EVT ValueVT = Val.getValueType(); in splitValueIntoRegisterParts() local 4232 MVT PartVT, EVT ValueVT, Optional<CallingConv::ID> CC) const { in joinRegisterPartsIntoValue()
|