Searched defs:IsInc (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 1596 llvm::Value *InVal, bool IsInc) { in createBinOpInfoFromIncDec() 1608 const UnaryOperator *E, llvm::Value *InVal, bool IsInc) { in EmitIncDecConsiderOverflowBehavior()
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 9987 bool &IsInc, in getIndexedAddressParts() 10021 bool IsInc; in getPreIndexedAddressParts() local 10042 bool IsInc; in getPostIndexedAddressParts() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 1914 bool IsInc = I == E-1 || SwapElems[I] < SwapElems[I+1]; in perfect() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 12729 bool &IsInc, in getIndexedAddressParts() 12765 bool IsInc; in getPreIndexedAddressParts() local 12786 bool IsInc; in getPostIndexedAddressParts() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 2452 bool IsInc = I == E - 1 || SwapElems[I] < SwapElems[I + 1]; in perfect() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 21747 ISD::MemIndexedMode &AM, bool &IsInc, SelectionDAG &DAG) const { in getIndexedAddressParts() 21808 bool IsInc; in getPreIndexedAddressParts() local 21829 bool IsInc; in getPostIndexedAddressParts() local
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 10173 bool IsInc, bool IsPrefix) { in CheckIncrementDecrementOperand()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 21271 static SDValue incDecVectorConstant(SDValue V, SelectionDAG &DAG, bool IsInc) { in incDecVectorConstant()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 24639 static SDValue incDecVectorConstant(SDValue V, SelectionDAG &DAG, bool IsInc) { in incDecVectorConstant()
|