Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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()