/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstExtenders.cpp | 1589 unsigned ExtOpc = MI.getOpcode(); in replaceInstrExact() local 1707 unsigned ExtOpc = MI.getOpcode(); in replaceInstrExpr() local
|
H A D | HexagonBitSimplify.cpp | 2507 unsigned ExtOpc = 0; in simplifyExtractLow() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstExtenders.cpp | 1608 unsigned ExtOpc = MI.getOpcode(); in replaceInstrExact() local 1726 unsigned ExtOpc = MI.getOpcode(); in replaceInstrExpr() local
|
H A D | HexagonBitSimplify.cpp | 2542 unsigned ExtOpc = 0; in simplifyExtractLow() local
|
H A D | HexagonISelLoweringHVX.cpp | 1585 unsigned ExtOpc = Signed ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in resizeToWidth() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.cpp | 443 MachineInstrBuilder MachineIRBuilder::buildExtOrTrunc(unsigned ExtOpc, in buildExtOrTrunc()
|
H A D | LegalizerHelper.cpp | 1700 unsigned ExtOpc = LI.getExtOpcodeForWideningConstant( in widenScalar() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 2785 unsigned ExtOpc = in lowerScalarSplat() local 2852 unsigned ExtOpc = in lowerScalarInsert() local 5448 unsigned ExtOpc = in lowerVectorIntrinsicScalars() local 7630 unsigned ExtOpc = ISD::ANY_EXTEND) { in customLegalizeToWOp() 7866 unsigned ExtOpc = ISD::ANY_EXTEND; in ReplaceNodeResults() local 9026 unsigned ExtOpc = *SExt ? RISCVISD::VSEXT_VL : RISCVISD::VZEXT_VL; in getOrCreateExtendedOp() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.cpp | 503 MachineInstrBuilder MachineIRBuilder::buildExtOrTrunc(unsigned ExtOpc, in buildExtOrTrunc()
|
H A D | LegalizerHelper.cpp | 2116 unsigned ExtOpc = MI.getOpcode() == TargetOpcode::G_CTTZ || in widenScalar() local 2386 unsigned ExtOpc = LI.getExtOpcodeForWideningConstant( in widenScalar() local
|
H A D | CombinerHelper.cpp | 492 static unsigned getExtLoadOpcForExtend(unsigned ExtOpc) { in getExtLoadOpcForExtend()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 998 unsigned ExtOpc = ISD::ANY_EXTEND) { in customLegalizeToWOp()
|
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1266 unsigned ExtOpc = ISD::isSignedIntSetCC(CC) ? ISD::SIGN_EXTEND in LowerSETCC() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 2807 Instruction::CastOps ExtOpc = Instruction::CastOps::CastOpsEnd; in visitCallInst() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 3002 unsigned ExtOpc = in getCastInstrCost() local
|
H A D | X86ISelLowering.cpp | 22235 static SDValue SplitAndExtendv16i1(unsigned ExtOpc, MVT VT, SDValue In, in SplitAndExtendv16i1() 25914 unsigned ExtOpc = in LowerEXTEND_VECTOR_INREG() local 30725 unsigned ExtOpc = Opc == ISD::SRA ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in LowerShift() local 33389 unsigned ExtOpc = IsSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in ReplaceNodeResults() local 47742 unsigned ExtOpc = LHS.getOpcode(); in combineShiftToPMULH() local 48159 unsigned ExtOpc = IsSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in combineVectorPack() local 57222 ISD::NodeType ExtOpc = IsBool ? getExtendForContent(BCont) in LowerAsmOperandForConstraint() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 1312 unsigned ExtOpc = in PromoteOperand() local 6359 unsigned ExtOpc = N0.getOpcode(); in visitAND() local 11867 unsigned ExtOpc, in ExtendUsesToFormExtLoad() 12204 ISD::NodeType ExtOpc) { in tryToFoldExtOfLoad() 12247 ISD::NodeType ExtOpc) { in tryToFoldExtOfMaskedLoad()
|
H A D | LegalizeIntegerTypes.cpp | 5444 unsigned ExtOpc = ISD::ANY_EXTEND; in PromoteIntRes_BUILD_VECTOR() local
|
H A D | TargetLowering.cpp | 5265 ISD::NodeType ExtOpc = in LowerAsmOperandForConstraint() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 1134 unsigned ExtOpc = in PromoteOperand() local 9163 unsigned ExtOpc, in ExtendUsesToFormExtLoad() 9502 ISD::NodeType ExtOpc) { in tryToFoldExtOfLoad() 9542 ISD::NodeType ExtOpc) { in tryToFoldExtOfMaskedLoad()
|
H A D | TargetLowering.cpp | 4147 ISD::NodeType ExtOpc = IsBool ? getExtendForContent(BCont) in LowerAsmOperandForConstraint() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterBankInfo.cpp | 1907 unsigned ExtOpc, in extendLow32IntoHigh32()
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 982 unsigned ExtOpc = in PromoteOperand() local 5838 unsigned ExtOpc, in ExtendUsesToFormExtLoad()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 19640 static SDValue SplitAndExtendv16i1(unsigned ExtOpc, MVT VT, SDValue In, in SplitAndExtendv16i1() 22487 unsigned ExtOpc = in LowerEXTEND_VECTOR_INREG() local 26852 unsigned ExtOpc = Opc == ISD::SRA ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in LowerShift() local 42221 unsigned ExtOpc = LHS.getOpcode(); in combinePMULH() local 46786 ISD::NodeType ExtOpc = IsBool ? getExtendForContent(BCont) in LowerAsmOperandForConstraint() local
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 20340 unsigned ExtOpc = in LowerShift() local
|