Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp338 bool IsSub = NumBytes < 0; in emitSPUpdate() local
425 bool IsSub = Offset < 0; in BuildStackAdjustment() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp578 bool IsSub = TRI->isSubRegister(SuperReg, Reg); in FindSuitableFreeRegisters() local
H A DComplexDeinterleavingPass.cpp660 auto IsSub = [](unsigned Op) { in identifyPartialMul() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp
H A DX86FrameLowering.cpp372 bool IsSub = Offset < 0; in BuildStackAdjustment() local
H A DX86ISelLowering.cpp50429 static SDValue combineAddOrSubToADCOrSBB(bool IsSub, const SDLoc &DL, EVT VT, in combineAddOrSubToADCOrSBB()
50615 bool IsSub = N->getOpcode() == ISD::SUB; in combineAddOrSubToADCOrSBB() local
50647 bool IsSub = N->getOpcode() == ISD::XOR; in combineOrXorWithSETCC() local
55305 bool IsSub = X86ISD::SUB == N->getOpcode(); in combineX86AddSub() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1130 bool IsSub = I.getOpcode() == TargetOpcode::G_USUBE || in selectUAddSub() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1804 bool IsSub = ExtOpc == Hexagon::S4_subaddi; in replaceInstrExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2717 bool IsSub = SDValueToConstBool(N->getOperand(2)); in SelectBaseMVE_VMLLDAV() local
H A DARMBaseInstrInfo.cpp3219 bool IsSub = Opc == ARM::SUBrr || Opc == ARM::t2SUBrr || in optimizeCompareInstr() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12829 bool IsSub, ASTContext &Ctx) { in getAlignmentAndOffsetFromBinAddOrSub()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2347 bool IsSub = (BinOp == Instruction::Sub); in willNotOverflow() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13359 bool IsSub) { in addOrSubLValueAsInteger()