Searched refs:InputVT (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 3611 EVT InputVT = LHS.getValueType(); in getSETCCInGPR() local 3612 if (InputVT != MVT::i32 && InputVT != MVT::i64) in getSETCCInGPR() 3617 CC = ISD::getSetCCInverse(CC, InputVT); in getSETCCInGPR() 3619 bool Inputs32Bit = InputVT == MVT::i32; in getSETCCInGPR()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 12406 SDValue InputVT = DAG.getValueType(SrcVT); in performST1ScatterCombine() local 12408 InputVT = DAG.getValueType(HwSrcVt); in performST1ScatterCombine() 12423 InputVT}; in performST1ScatterCombine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 12284 MVT InputVT = MVT::getVectorVT(MVT::getIntegerVT(EltBits), NumElements); in lowerShuffleAsSpecificZeroOrAnyExtend() local 12285 SDValue Ext = AnyExt ? DAG.getUNDEF(InputVT) in lowerShuffleAsSpecificZeroOrAnyExtend() 12286 : getZeroVector(InputVT, Subtarget, DAG, DL); in lowerShuffleAsSpecificZeroOrAnyExtend() 12287 InputV = DAG.getBitcast(InputVT, InputV); in lowerShuffleAsSpecificZeroOrAnyExtend() 12288 InputV = DAG.getNode(UnpackLoHi, DL, InputVT, InputV, Ext); in lowerShuffleAsSpecificZeroOrAnyExtend()
|