Home
last modified time | relevance | path

Searched defs:IsSub (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp340 bool IsSub = NumBytes < 0; in emitSPUpdate() local
427 bool IsSub = Offset < 0; in BuildStackAdjustment() local
/llvm-project/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp578 bool IsSub = TRI->isSubRegister(SuperReg, Reg); FindSuitableFreeRegisters() local
H A DComplexDeinterleavingPass.cpp660 auto IsSub = [](unsigned Op) { identifyPartialMul() local
/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1113 bool IsSub = I.getOpcode() == TargetOpcode::G_USUBE || selectUAddSub() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1800 bool IsSub = ExtOpc == Hexagon::S4_subaddi; replaceInstrExpr() local
/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp372 bool IsSub = Offset < 0; BuildStackAdjustment() local
H A DX86ISelLowering.cpp50291 combineAddOrSubToADCOrSBB(bool IsSub,const SDLoc & DL,EVT VT,SDValue X,SDValue Y,SelectionDAG & DAG,bool ZeroSecondOpOnly=false) combineAddOrSubToADCOrSBB() argument
50477 bool IsSub = N->getOpcode() == ISD::SUB; combineAddOrSubToADCOrSBB() local
50509 bool IsSub = N->getOpcode() == ISD::XOR; combineOrXorWithSETCC() local
55167 bool IsSub = X86ISD::SUB == N->getOpcode(); combineX86AddSub() local
[all...]
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2717 bool IsSub = SDValueToConstBool(N->getOperand(2)); SelectBaseMVE_VMLLDAV() local
H A DARMBaseInstrInfo.cpp3219 bool IsSub = Opc == ARM::SUBrr || Opc == ARM::t2SUBrr || optimizeCompareInstr() local
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12825 getAlignmentAndOffsetFromBinAddOrSub(const Expr * PtrE,const Expr * IntE,bool IsSub,ASTContext & Ctx) getAlignmentAndOffsetFromBinAddOrSub() argument
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2347 bool IsSub = (BinOp == Instruction::Sub); willNotOverflow() local
/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13328 addOrSubLValueAsInteger(APValue & LVal,const APSInt & Index,bool IsSub) addOrSubLValueAsInteger() argument