Home
last modified time | relevance | path

Searched defs:ImmOff (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1341 static bool isPreferredADD(int64_t ImmOff) { in isPreferredADD()
1384 int64_t ImmOff = (int64_t)cast<ConstantSDNode>(RHS)->getZExtValue(); in SelectAddrModeXRO() local
5894 int64_t ImmOff = C->getSExtValue(); in SelectSVERegRegAddrMode() local
5947 int64_t ImmOff = C->getSExtValue(); in SelectSMETileSlice() local
/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp884 static bool isPreferredADD(int64_t ImmOff) { in isPreferredADD()
927 int64_t ImmOff = (int64_t)cast<ConstantSDNode>(RHS)->getZExtValue(); in SelectAddrModeXRO() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1029 static bool isPreferredADD(int64_t ImmOff) { in isPreferredADD()
1072 int64_t ImmOff = (int64_t)cast<ConstantSDNode>(RHS)->getZExtValue(); in SelectAddrModeXRO() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp6315 int64_t ImmOff = ValAndVReg->Value.getSExtValue(); in selectAddrModeXRO() local
6324 auto isPreferredADD = [](int64_t ImmOff) { in selectAddrModeXRO()