Searched defs:LoadVT (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 1036 auto LoadVT = DAG.getTargetLoweringInfo().getValueType(DAG.getDataLayout(), in visitGCRelocate() local
|
D | LegalizeVectorOps.cpp | 753 EVT LoadVT = WideVT; in ExpandLoad() local
|
D | LegalizeDAG.cpp | 881 EVT LoadVT = TLI.getRegisterType(SrcVT.getSimpleVT()); in LegalizeLoadOps() local
|
D | SelectionDAGBuilder.cpp | 7259 static SDValue getMemCmpLoad(const Value *PtrVal, MVT LoadVT, in getMemCmpLoad() 7372 MVT LoadVT; in visitMemCmpCall() local
|
D | DAGCombiner.cpp | 15539 EVT LoadVT; in getStoreMergeCandidates() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 4108 static SDValue adjustLoadValueTypeImpl(SDValue Result, EVT LoadVT, in adjustLoadValueTypeImpl() 4143 EVT LoadVT = M->getValueType(0); in adjustLoadValueType() local 4172 EVT LoadVT = M->getValueType(0); in lowerIntrinsicLoad() local 5404 MVT LoadVT = ResultTypes[0].getSimpleVT(); in lowerImage() local 5701 MVT LoadVT = VT.getSimpleVT(); in lowerSBuffer() local 6292 EVT LoadVT = Op.getValueType(); in LowerINTRINSIC_W_CHAIN() local 6349 EVT LoadVT = Op.getValueType(); in LowerINTRINSIC_W_CHAIN() local 6379 EVT LoadVT = Op.getValueType(); in LowerINTRINSIC_W_CHAIN() local 6403 EVT LoadVT = Op.getValueType(); in LowerINTRINSIC_W_CHAIN() local 7220 EVT LoadVT, SDLoc DL, in handleByteShortBufferLoads()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 412 virtual bool isLoadBitCastBeneficial(EVT LoadVT, EVT BitcastVT, in isLoadBitCastBeneficial() 2354 EVT LoadVT = getValueType(DL, Load->getType()); in isExtLoad() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 2577 EVT LoadVT = EltVT; in LowerFormalArguments() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 6074 EVT LoadVT = N->getValueType(0); in combineBSWAP() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 13824 MVT LoadVT = VT.getSimpleVT(); in PerformDAGCombine() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 11248 EVT LoadVT = VT; in performLDNT1Combine() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 5166 bool X86TargetLowering::isLoadBitCastBeneficial(EVT LoadVT, EVT BitcastVT, in isLoadBitCastBeneficial() 43023 MVT LoadVT = MVT::getVectorVT(MemVT, 128 / NumBits); in combineX86INT_TO_FP() local 43059 MVT LoadVT = MVT::getVectorVT(MemVT, 128 / NumBits); in combineCVTP2I_CVTTP2I() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 13261 EVT LoadVT = isLaneOp ? VecTy.getVectorElementType() : AlignedVecTy; in CombineBaseUpdate() local
|