Home
last modified time | relevance | path

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

/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp582 bool IsSub = TRI->isSubRegister(SuperReg, Reg); in FindSuitableFreeRegisters() local
H A DComplexDeinterleavingPass.cpp676 auto IsSub = [](unsigned Op) { in identifyPartialMul() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp
H A DX86FrameLowering.cpp384 bool IsSub = Offset < 0; in BuildStackAdjustment() local
H A DX86ISelLowering.cpp52161 static SDValue combineAddOrSubToADCOrSBB(bool IsSub, const SDLoc &DL, EVT VT, in combineAddOrSubToADCOrSBB()
52347 bool IsSub = N->getOpcode() == ISD::SUB; in combineAddOrSubToADCOrSBB() local
52379 bool IsSub = Opc == ISD::XOR; in combineOrXorWithSETCC() local
57424 bool IsSub = X86ISD::SUB == N->getOpcode(); in combineX86AddSub() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1170 bool IsSub = I.getOpcode() == TargetOpcode::G_USUBE || in selectUAddSub() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1785 bool IsSub = ExtOpc == Hexagon::S4_subaddi; in replaceInstrExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3062 bool IsSub = Opc == ARM::SUBrr || Opc == ARM::t2SUBrr || in optimizeCompareInstr() local
H A DARMISelDAGToDAG.cpp2708 bool IsSub = SDValueToConstBool(N->getOperand(2)); in SelectBaseMVE_VMLLDAV() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp7926 bool IsSub = Pattern == AArch64MachineCombinerPattern::MULSUBWI_OP1 || in genAlternativeCodeSequence() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14262 bool IsSub, ASTContext &Ctx) { in getAlignmentAndOffsetFromBinAddOrSub()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2350 bool IsSub = (BinOp == Instruction::Sub); in willNotOverflow() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp14181 bool IsSub) { in addOrSubLValueAsInteger()