Home
last modified time | relevance | path

Searched refs:SubOp1 (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DSSAUpdaterBulk.cpp58 Value *SubOp1 = B.CreateSub(FirstArg, ConstantInt::get(I32Ty, 2)); in TEST() local
69 auto *I3 = cast<Instruction>(B.CreateAdd(SubOp1, SubOp2)); in TEST()
70 auto *I4 = cast<Instruction>(B.CreateSub(SubOp1, SubOp2)); in TEST()
83 Updater.AddAvailableValue(VarNum, TrueBB, SubOp1); in TEST()
100 EXPECT_EQ(UpdatePhiB->getIncomingValueForBlock(TrueBB), SubOp1); in TEST()
105 EXPECT_EQ(I4->getOperand(0), SubOp1); in TEST()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp28381 SDValue SubOp1 = DAG.getNode(ISD::XOR, DL, MaskVT, V, Mask); in combineLogicBlendIntoPBLENDV() local
28395 std::swap(SubOp1, SubOp2); in combineLogicBlendIntoPBLENDV()
28398 DAG.getNode(ISD::SUB, DL, MaskVT, SubOp1, SubOp2)); in combineLogicBlendIntoPBLENDV()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp34956 SDValue SubOp1 = DAG.getNode(ISD::XOR, DL, MaskVT, V, Mask); in combineLogicBlendIntoPBLENDV() local
34970 std::swap(SubOp1, SubOp2); in combineLogicBlendIntoPBLENDV()
34972 SDValue Res = DAG.getNode(ISD::SUB, DL, MaskVT, SubOp1, SubOp2); in combineLogicBlendIntoPBLENDV()