/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | AggressiveAntiDepBreaker.cpp | 587 bool IsSub = TRI->isSubRegister(SuperReg, Reg); in FindSuitableFreeRegisters() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | AggressiveAntiDepBreaker.cpp | 583 bool IsSub = TRI->isSubRegister(SuperReg, Reg); in FindSuitableFreeRegisters() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | AggressiveAntiDepBreaker.cpp | 601 bool IsSub = TRI->isSubRegister(SuperReg, Reg); in FindSuitableFreeRegisters() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/ |
H A D | op_types.cc | 587 bool IsSub(const NodeDef& node) { return node.op() == "Sub"; } in IsSub() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/ |
H A D | tf_op_names.cc | 903 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 D | HexagonConstExtenders.cpp | 1782 bool IsSub = ExtOpc == Hexagon::S4_subaddi; in replaceInstrExpr() local
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 354 bool IsSub = Offset < 0; in BuildStackAdjustment() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstExtenders.cpp | 1801 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 D | X86FrameLowering.cpp | 382 bool IsSub = Offset < 0; in BuildStackAdjustment() local
|
H A D | X86ISelLowering.cpp | 44617 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 D | X86FrameLowering.cpp | 363 bool IsSub = Offset < 0; in BuildStackAdjustment() local
|
H A D | X86ISelLowering.cpp | 54168 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 D | ARMBaseInstrInfo.cpp | 3086 bool IsSub = Opc == ARM::SUBrr || Opc == ARM::t2SUBrr || in optimizeCompareInstr() local
|
H A D | ARMISelDAGToDAG.cpp | 2569 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 D | ARMBaseInstrInfo.cpp | 3232 bool IsSub = Opc == ARM::SUBrr || Opc == ARM::t2SUBrr || in optimizeCompareInstr() local
|
H A D | ARMISelDAGToDAG.cpp | 2713 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 D | DAGCombiner.cpp | 14225 bool IsSub = (LD->getAddressingMode() == ISD::PRE_DEC || in ForwardStoreValueToDirectLoad() local
|