Home
last modified time | relevance | path

Searched defs:ExtOpcode (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp1255 unsigned OpIdx, unsigned ExtOpcode) { in widenScalarSrc()
1278 unsigned OpIdx, unsigned ExtOpcode) { in narrowScalarDst()
1718 unsigned ExtOpcode; in widenScalarAddSubOverflow() local
2226 unsigned ExtOpcode = CmpInst::isSigned(static_cast<CmpInst::Predicate>( in widenScalar() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1923 auto ExtOpcode = ExtInst->getOpcode(); in foldSelectExtConst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1610 unpackV2S16ToS32(MachineIRBuilder &B, Register Src, unsigned ExtOpcode) { in unpackV2S16ToS32()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6355 unsigned ExtOpcode = in combineINT_TO_FP() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3501 unsigned ExtOpcode) { in addRequiredExtensionForVectorMULL()
11910 unsigned ExtOpcode = Op0.getOpcode(); in performVecReduceAddCombine() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2207 unsigned ExtOpcode = Op.getOpcode() == ISD::UINT_TO_FP in LowerOperation() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9926 auto ExtOpcode = IsSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in visitVSELECT() local
10178 static bool isCompatibleLoad(SDValue N, unsigned ExtOpcode) { in isCompatibleLoad()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8868 unsigned ExtOpcode) { in AddRequiredExtensionForVMULL()