Searched refs:NewSub (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonBitSimplify.cpp | 236 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/ |
D | InstCombineAddSub.cpp | 1859 Value *NewSub = Builder.CreateFSubFMF(Y, X, &I); in visitFSub() local 1860 return BinaryOperator::CreateFAddFMF(Op0, NewSub, &I); in visitFSub()
|
D | InstructionCombining.cpp | 1747 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/ |
D | InstructionCombining.cpp | 1592 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/ |
D | X86ISelLowering.cpp | 38607 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/ |
D | X86ISelLowering.cpp | 30402 SDValue NewSub = DAG.getNode(X86ISD::SUB, SDLoc(EFLAGS), in combineX86SetCC() local 30405 SDValue NewEFLAGS = SDValue(NewSub.getNode(), EFLAGS.getResNo()); in combineX86SetCC()
|