Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/
H A DM68kFrameLowering.cpp340 bool IsSub = NumBytes < 0; in emitSPUpdate() local
427 bool IsSub = Offset < 0; in BuildStackAdjustment() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp587 bool IsSub = TRI->isSubRegister(SuperReg, Reg); in FindSuitableFreeRegisters() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp583 bool IsSub = TRI->isSubRegister(SuperReg, Reg); in FindSuitableFreeRegisters() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp601 bool IsSub = TRI->isSubRegister(SuperReg, Reg); in FindSuitableFreeRegisters() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc587 bool IsSub(const NodeDef& node) { return node.op() == "Sub"; } in IsSub() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc903 bool TFGraphDialect::IsSub(TFOp op) const { in IsSub() function in mlir::tfg::TFGraphDialect
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1782 bool IsSub = ExtOpc == Hexagon::S4_subaddi; in replaceInstrExpr() local
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp354 bool IsSub = Offset < 0; in BuildStackAdjustment() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1801 bool IsSub = ExtOpc == Hexagon::S4_subaddi; in replaceInstrExpr() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp382 bool IsSub = Offset < 0; in BuildStackAdjustment() local
H A DX86ISelLowering.cpp44617 bool IsSub = N->getOpcode() == ISD::SUB; in combineAddOrSubToADCOrSBB() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp363 bool IsSub = Offset < 0; in BuildStackAdjustment() local
H A DX86ISelLowering.cpp54168 static SDValue combineAddOrSubToADCOrSBB(bool IsSub, const SDLoc &DL, EVT VT, in combineAddOrSubToADCOrSBB()
54353 bool IsSub = N->getOpcode() == ISD::SUB; in combineAddOrSubToADCOrSBB() local
54493 bool IsSub = X86ISD::SUB == N->getOpcode(); in combineX86AddSub() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3086 bool IsSub = Opc == ARM::SUBrr || Opc == ARM::t2SUBrr || in optimizeCompareInstr() local
H A DARMISelDAGToDAG.cpp2569 bool IsSub = SDValueToConstBool(N->getOperand(2)); in SelectBaseMVE_VMLLDAV() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3232 bool IsSub = Opc == ARM::SUBrr || Opc == ARM::t2SUBrr || in optimizeCompareInstr() local
H A DARMISelDAGToDAG.cpp2713 bool IsSub = SDValueToConstBool(N->getOperand(2)); in SelectBaseMVE_VMLLDAV() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14225 bool IsSub = (LD->getAddressingMode() == ISD::PRE_DEC || in ForwardStoreValueToDirectLoad() local