/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 2074 EVT CmpVT = TLI.getValueType(DL, CmpLHS->getType()); in X86FastEmitCMoveSelect() local 2309 EVT CmpVT = TLI.getValueType(DL, CmpLHS->getType()); in X86FastEmitPseudoSelect() local
|
H A D | X86ISelDAGToDAG.cpp | 4578 MVT CmpVT = N0.getSimpleValueType(); in tryVPTESTM() local 5543 MVT CmpVT = N0.getSimpleValueType(); in Select() local 5610 MVT CmpVT = N0.getSimpleValueType(); in Select() local
|
H A D | X86ISelLowering.cpp | 24194 EVT CmpVT = Op0.getValueType(); in EmitCmp() local 43470 EVT CmpVT = Src.getOperand(0).getValueType(); in combineBitcastvxi1() local 44008 MVT CmpVT = MVT::getVectorVT(MVT::i1, MovMskElts); in combineBitcast() local 44326 EVT CmpVT = EVT::getVectorVT(*DAG.getContext(), MVT::i8, NumElts); in combinePredicateReduction() local 44387 MVT CmpVT = NumElts == 64 ? MVT::i64 : MVT::i32; in combinePredicateReduction() local 46265 EVT CmpVT = CmpLHS.getValueType(); in combineSetCCAtomicArith() local 53222 EVT VecVT, EVT CmpVT, bool HasPT, F SToV) { in emitOrXorXorTree() 53302 EVT CmpVT = PreferKOT ? MVT::v16i1 : VecVT; in combineVectorSizedSetCCEquality() local
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 1984 EVT CmpVT = TLI.getValueType(DL, CmpLHS->getType()); in X86FastEmitCMoveSelect() local 2192 EVT CmpVT = TLI.getValueType(DL, CmpLHS->getType()); in X86FastEmitPseudoSelect() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 2063 EVT CmpVT = TLI.getValueType(DL, CmpLHS->getType()); in X86FastEmitCMoveSelect() local 2316 EVT CmpVT = TLI.getValueType(DL, CmpLHS->getType()); in X86FastEmitPseudoSelect() local
|
H A D | X86ISelDAGToDAG.cpp | 4198 MVT CmpVT = N0.getSimpleValueType(); in tryVPTESTM() local 5046 MVT CmpVT = N0.getSimpleValueType(); in Select() local
|
H A D | X86ISelLowering.cpp | 20828 EVT CmpVT = Op0.getValueType(); in EmitCmp() local 36926 MVT CmpVT = NumElts == 64 ? MVT::i64 : MVT::i32; in combineHorizontalPredicateResult() local 43689 EVT VecVT, EVT CmpVT, bool HasPT, F SToV) { in emitOrXorXorTree() 43765 EVT CmpVT = PreferKOT ? MVT::v16i1 : VecVT; in combineVectorSizedSetCCEquality() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 8476 EVT CmpVT = LHS.getValueType().changeVectorElementTypeToInteger(); in LowerVSETCC() local 10636 EVT CmpVT = InfoAndKind.IsAArch64 in performSetccAddFolding() local 10909 EVT CmpVT = N->getOperand(2).getValueType(); in tryConvertSVEWideCompare() local 12195 EVT CmpVT = N0.getOperand(0).getValueType(); in performVSelectCombine() local
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 6772 EVT CmpVT = LHS.getValueType().changeVectorElementTypeToInteger(); in LowerVSETCC() local 8331 EVT CmpVT = InfoAndKind.IsAArch64 in performSetccAddFolding() local 9755 EVT CmpVT = N0.getOperand(0).getValueType(); in performVSelectCombine() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 3675 EVT CmpVT = Tmp1.getValueType(); in ExpandNode() local
|
H A D | SelectionDAGBuilder.cpp | 7398 EVT CmpVT = EVT::getIntegerVT(LHS->getContext(), LoadVT.getSizeInBits()); in visitMemCmpCall() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 3599 EVT CmpVT = Tmp1.getValueType(); in ExpandNode() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 3731 EVT CmpVT = Tmp1.getValueType(); in ExpandNode() local
|
H A D | SelectionDAGBuilder.cpp | 8160 EVT CmpVT = EVT::getIntegerVT(LHS->getContext(), LoadVT.getSizeInBits()); in visitMemCmpBCmpCall() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 13140 EVT CmpVT = LHS.getValueType().changeVectorElementTypeToInteger(); in LowerVSETCC() local 17102 EVT CmpVT = InfoAndKind.IsAArch64 in performSetccAddFolding() local 17835 EVT CmpVT = N->getOperand(2).getValueType(); in tryConvertSVEWideCompare() local 20607 EVT CmpVT = N0.getOperand(0).getValueType(); in performVSelectCombine() local 23493 EVT CmpVT = Pg.getValueType(); in LowerFixedLengthVectorSetccToSVE() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 4219 EVT CmpVT = LHS.getValueType(); in lowerICMPIntrinsic() local 4252 EVT CmpVT = Src0.getValueType(); in lowerFCMPIntrinsic() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 4937 EVT CmpVT = LHS.getValueType(); in lowerICMPIntrinsic() local 4968 EVT CmpVT = Src0.getValueType(); in lowerFCMPIntrinsic() local
|
/aosp_15_r20/external/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 6294 EVT CmpVT = Op.getOperand(0).getValueType(); in LowerSELECT_CC() local
|
/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 4879 EVT CmpVT = Op0.getValueType().changeVectorElementTypeToInteger(); in LowerVSETCC() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 7579 EVT CmpVT = Op.getOperand(0).getValueType(); in LowerSELECT_CC() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 4109 EVT CmpVT = Tmp1.getValueType(); in LowerOperation() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 7904 EVT CmpVT = Op.getOperand(0).getValueType(); in LowerSELECT_CC() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 6225 EVT CmpVT; in LowerVSETCC() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 6720 EVT CmpVT; in LowerVSETCC() local
|