/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/VE/ |
H A D | VVPISelLowering.cpp | 140 auto DataVT = *getIdiomaticVectorType(Op.getNode()); in lowerVVP_LOAD_STORE() local 181 MVT DataVT = getIdiomaticVectorType(Op.getNode())->getSimpleVT(); in splitPackedLoadStore() local 265 EVT DataVT = *getIdiomaticVectorType(Op.getNode()); in lowerVVP_GATHER_SCATTER() local 314 MVT DataVT = getIdiomaticVectorType(Op.getNode())->getSimpleVT(); in legalizeInternalLoadStoreOp() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
H A D | RISCVGatherScatterLowering.cpp | 101 EVT DataVT = TLI->getValueType(*DL, DataType); in isLegalTypeAndAlignment() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 1184 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE() local 1224 EVT DataVT = N->getValueType(0); in PromoteIntOp_MLOAD() local 1237 EVT DataVT = N->getValueType(0); in PromoteIntOp_MGATHER() local 1249 EVT DataVT = N->getValue().getValueType(); in PromoteIntOp_MSCATTER() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 1593 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE() local 1619 EVT DataVT = N->getValueType(0); in PromoteIntOp_MLOAD() local 1632 EVT DataVT = N->getValueType(0); in PromoteIntOp_MGATHER() local 1652 EVT DataVT = N->getValue().getValueType(); in PromoteIntOp_MSCATTER() local
|
H A D | TargetLowering.cpp | 6953 const SDLoc &DL, EVT DataVT, in IncrementMemoryAddress()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 2042 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE() local 2061 EVT DataVT = N->getValueType(0); in PromoteIntOp_MLOAD() local 2081 EVT DataVT = N->getValueType(0); in PromoteIntOp_MGATHER() local 2110 EVT DataVT = N->getValue().getValueType(); in PromoteIntOp_MSCATTER() local
|
H A D | TargetLowering.cpp | 9317 const SDLoc &DL, EVT DataVT, in IncrementMemoryAddress()
|
H A D | DAGCombiner.cpp | 10989 bool refineIndexType(SDValue &Index, ISD::MemIndexType &IndexType, EVT DataVT, in refineIndexType()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 5418 EVT DataVT = VT.changeVectorElementTypeToInteger(); in LowerMGATHER() local 18567 EVT DataVT = Data.getValueType(); in performST1Combine() local 18594 EVT DataVT = Data.getValueType(); in performSTNT1Combine() local 19471 EVT DataVT = N->getOperand(1).getValueType(); in findMoreOptimalIndexType() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 1416 virtual bool shouldRemoveExtendFromGSIndex(EVT IndexVT, EVT DataVT) const { in shouldRemoveExtendFromGSIndex()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | TargetLowering.h | 1581 virtual bool shouldRemoveExtendFromGSIndex(SDValue Extend, EVT DataVT) const { in shouldRemoveExtendFromGSIndex()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | TargetLowering.h | 1553 virtual bool shouldRemoveExtendFromGSIndex(SDValue Extend, EVT DataVT) const { in shouldRemoveExtendFromGSIndex()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | TargetLowering.h | 1511 virtual bool shouldRemoveExtendFromGSIndex(SDValue Extend, EVT DataVT) const { in shouldRemoveExtendFromGSIndex()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | TargetLowering.h | 1553 virtual bool shouldRemoveExtendFromGSIndex(SDValue Extend, EVT DataVT) const { in shouldRemoveExtendFromGSIndex()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 10853 EVT DataVT = Data.getValueType(); in LowerSVEIntReduction() local 11272 EVT DataVT = Data.getValueType(); in performSTNT1Combine() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 20921 MVT DataVT = MVT::getVT(I.getType()); in getTgtMemIntrinsic() local 20951 MVT DataVT = MVT::getVT(I.getArgOperand(2)->getType()); in getTgtMemIntrinsic() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 4983 MVT DataVT = MVT::getVT(I.getType()); in getTgtMemIntrinsic() local 4995 MVT DataVT = MVT::getVT(I.getArgOperand(3)->getType()); in getTgtMemIntrinsic() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 5763 MVT DataVT = MVT::getVT(I.getType()); in getTgtMemIntrinsic() local 5775 MVT DataVT = MVT::getVT(I.getArgOperand(3)->getType()); in getTgtMemIntrinsic() local
|