Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp640 unsigned OpIdx, unsigned ExtOpcode) { in widenScalarSrc()
917 unsigned ExtOpcode = CmpInst::isSigned(static_cast<CmpInst::Predicate>( in widenScalar() local
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1292 auto ExtOpcode = ExtInst->getOpcode(); in foldSelectExtConst() local
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2526 unsigned ExtOpcode) { in addRequiredExtensionForVectorMULL()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7250 unsigned ExtOpcode) { in AddRequiredExtensionForVMULL()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8019 auto ExtOpcode = IsSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in visitVSELECT() local