Home
last modified time | relevance | path

Searched defs:LSR (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h43 LSR, ///< Logical shift right. enumerator
/freebsd/sys/crypto/openssl/arm/
H A Dbsaes-armv7.S567 .LSR: label
/freebsd/sys/crypto/openssl/amd64/
H A Dbsaes-x86_64.S2559 .LSR: label
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h126 static inline uint32_t LSR(const uint32_t value, const uint32_t amount, in LSR() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h599 LSR, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h35 LSR, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp268 LLVMOrcLookupStateRef LSR = ::wrap(OrcV2CAPIHelper::extractLookupState(LS)); in tryToGenerate() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp2707 LatticeCell LSR; in evaluateHexCondMove() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3503 SDNode *LSR = CurDAG->getMachineNode( in tryBitfieldInsertOpFromOr() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6732 const LSRInstance &LSR) { in GetInductionVariable()