Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerHelper.h101 unsigned ExtOpcode);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp595 unsigned OpIdx, unsigned ExtOpcode) { in widenScalarSrc() argument
597 auto ExtB = MIRBuilder.buildInstr(ExtOpcode, WideTy, MO.getReg()); in widenScalarSrc()
783 unsigned ExtOpcode = CmpInst::isSigned(static_cast<CmpInst::Predicate>( in widenScalar() local
787 widenScalarSrc(MI, WideTy, 2, ExtOpcode); in widenScalar()
788 widenScalarSrc(MI, WideTy, 3, ExtOpcode); in widenScalar()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp1242 auto ExtOpcode = ExtInst->getOpcode(); in foldSelectExtConst() local
1243 if (ExtOpcode != Instruction::ZExt && ExtOpcode != Instruction::SExt) in foldSelectExtConst()
1260 Constant *ExtC = ConstantExpr::getCast(ExtOpcode, TruncC, SelType); in foldSelectExtConst()
1269 return CastInst::Create(Instruction::CastOps(ExtOpcode), NewSel, SelType); in foldSelectExtConst()
1279 Constant *AllOnesOrOne = ConstantExpr::getCast(ExtOpcode, One, SelType); in foldSelectExtConst()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp2109 unsigned ExtOpcode) { in addRequiredExtensionForVectorMULL() argument
2120 return DAG.getNode(ExtOpcode, SDLoc(N), NewVT, N); in addRequiredExtensionForVectorMULL()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp2437 unsigned ExtOpcode) { in addRequiredExtensionForVectorMULL() argument
2448 return DAG.getNode(ExtOpcode, SDLoc(N), NewVT, N); in addRequiredExtensionForVectorMULL()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7778 auto ExtOpcode = IsSigned ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in visitVSELECT() local
7779 SDValue WideLHS = DAG.getNode(ExtOpcode, DL, WideVT, LHS); in visitVSELECT()
7780 SDValue WideRHS = DAG.getNode(ExtOpcode, DL, WideVT, RHS); in visitVSELECT()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp6530 unsigned ExtOpcode) { in AddRequiredExtensionForVMULL() argument
6541 return DAG.getNode(ExtOpcode, SDLoc(N), NewVT, N); in AddRequiredExtensionForVMULL()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp7354 unsigned ExtOpcode) { in AddRequiredExtensionForVMULL() argument
7365 return DAG.getNode(ExtOpcode, SDLoc(N), NewVT, N); in AddRequiredExtensionForVMULL()