Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp236 unsigned NewSub = Hexagon::NoSubRegister);
943 unsigned NewSub) { in hasTiedUse() argument
947 [NewSub] (const MachineOperand &Op) -> bool { in hasTiedUse()
948 return Op.getSubReg() != NewSub && Op.isTied(); in hasTiedUse()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1859 Value *NewSub = Builder.CreateFSubFMF(Y, X, &I); in visitFSub() local
1860 return BinaryOperator::CreateFAddFMF(Op0, NewSub, &I); in visitFSub()
DInstructionCombining.cpp1747 Value *NewSub = Builder.CreateSub(PtrToInt, Index->getOperand(1)); in visitGetElementPtrInst() local
1748 return CastInst::Create(Instruction::IntToPtr, NewSub, GEPType); in visitGetElementPtrInst()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1592 Value *NewSub = Builder->CreateSub(PtrToInt, Index->getOperand(1)); in visitGetElementPtrInst() local
1593 return CastInst::Create(Instruction::IntToPtr, NewSub, GEP.getType()); in visitGetElementPtrInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp38607 SDValue NewSub = DAG.getNode( in combineAddOrSubToADCOrSBB() local
38610 SDValue NewEFLAGS = SDValue(NewSub.getNode(), EFLAGS.getResNo()); in combineAddOrSubToADCOrSBB()
38639 SDValue NewSub = DAG.getNode(X86ISD::SUB, SDLoc(EFLAGS), in combineAddOrSubToADCOrSBB() local
38642 SDValue NewEFLAGS = SDValue(NewSub.getNode(), EFLAGS.getResNo()); in combineAddOrSubToADCOrSBB()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp30402 SDValue NewSub = DAG.getNode(X86ISD::SUB, SDLoc(EFLAGS), in combineX86SetCC() local
30405 SDValue NewEFLAGS = SDValue(NewSub.getNode(), EFLAGS.getResNo()); in combineX86SetCC()