Home
last modified time | relevance | path

Searched refs:NewSub (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1934 Value *NewSub = SubBuilder(OtherHandOfSubIsTrueVal ? FalseVal : TrueVal); in visitSub() local
1937 SelectInst::Create(Cond, OtherHandOfSubIsTrueVal ? Zero : NewSub, in visitSub()
1938 OtherHandOfSubIsTrueVal ? NewSub : Zero); in visitSub()
2209 Value *NewSub = Builder.CreateFSubFMF(Y, X, &I); in visitFSub() local
2210 return BinaryOperator::CreateFAddFMF(Op0, NewSub, &I); in visitFSub()
DInstructionCombining.cpp1990 Value *NewSub = Builder.CreateSub(PtrToInt, Index->getOperand(1)); in visitGetElementPtrInst() local
1991 return CastInst::Create(Instruction::IntToPtr, NewSub, GEPType); in visitGetElementPtrInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp236 unsigned NewSub = Hexagon::NoSubRegister);
940 unsigned NewSub) { in hasTiedUse() argument
944 [NewSub] (const MachineOperand &Op) -> bool { in hasTiedUse()
945 return Op.getSubReg() != NewSub && Op.isTied(); in hasTiedUse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp44668 SDValue NewSub = DAG.getNode( in combineAddOrSubToADCOrSBB() local
44671 SDValue NewEFLAGS = SDValue(NewSub.getNode(), EFLAGS.getResNo()); in combineAddOrSubToADCOrSBB()
44698 SDValue NewSub = DAG.getNode(X86ISD::SUB, SDLoc(EFLAGS), in combineAddOrSubToADCOrSBB() local
44701 SDValue NewEFLAGS = SDValue(NewSub.getNode(), EFLAGS.getResNo()); in combineAddOrSubToADCOrSBB()