Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp340 bool IsSub = NumBytes < 0; in emitSPUpdate() local
427 bool IsSub = Offset < 0; in BuildStackAdjustment() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp593 bool IsSub = TRI->isSubRegister(SuperReg, Reg); in FindSuitableFreeRegisters() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1799 bool IsSub = ExtOpc == Hexagon::S4_subaddi; in replaceInstrExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp351 bool IsSub = Offset < 0; in BuildStackAdjustment() local
H A DX86ISelLowering.cpp49186 bool IsSub = N->getOpcode() == ISD::SUB; in combineAddOrSubToADCOrSBB() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3184 bool IsSub = Opc == ARM::SUBrr || Opc == ARM::t2SUBrr || in optimizeCompareInstr() local
H A DARMISelDAGToDAG.cpp2672 bool IsSub = SDValueToConstBool(N->getOperand(2)); in SelectBaseMVE_VMLLDAV() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp14235 bool IsSub, ASTContext &Ctx) { in getAlignmentAndOffsetFromBinAddOrSub()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp12322 bool IsSub) { in addOrSubLValueAsInteger()