/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kFrameLowering.cpp | 340 bool IsSub = NumBytes < 0; in emitSPUpdate() local 427 bool IsSub = Offset < 0; in BuildStackAdjustment() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | AggressiveAntiDepBreaker.cpp | 578 bool IsSub = TRI->isSubRegister(SuperReg, Reg); FindSuitableFreeRegisters() local
|
H A D | ComplexDeinterleavingPass.cpp | 660 auto IsSub = [](unsigned Op) { identifyPartialMul() local
|
/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86InstructionSelector.cpp | 1113 bool IsSub = I.getOpcode() == TargetOpcode::G_USUBE || selectUAddSub() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstExtenders.cpp | 1800 bool IsSub = ExtOpc == Hexagon::S4_subaddi; replaceInstrExpr() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 372 bool IsSub = Offset < 0; BuildStackAdjustment() local
|
H A D | X86ISelLowering.cpp | 50291 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 D | ARMISelDAGToDAG.cpp | 2717 bool IsSub = SDValueToConstBool(N->getOperand(2)); SelectBaseMVE_VMLLDAV() local
|
H A D | ARMBaseInstrInfo.cpp | 3219 bool IsSub = Opc == ARM::SUBrr || Opc == ARM::t2SUBrr || optimizeCompareInstr() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 12825 getAlignmentAndOffsetFromBinAddOrSub(const Expr * PtrE,const Expr * IntE,bool IsSub,ASTContext & Ctx) getAlignmentAndOffsetFromBinAddOrSub() argument
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 2347 bool IsSub = (BinOp == Instruction::Sub); willNotOverflow() local
|
/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 13328 addOrSubLValueAsInteger(APValue & LVal,const APSInt & Index,bool IsSub) addOrSubLValueAsInteger() argument
|