Home
last modified time | relevance | path

Searched defs:DoShift (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1316 void AArch64InstPrinter::printMemExtendImpl(bool SignExtend, bool DoShift, in printMemExtendImpl()
1336 bool DoShift = MI->getOperand(OpNum + 1).getImm(); in printMemExtend() local
1351 bool DoShift = ExtWidth != 8; in printRegWithShiftExtend() local
H A DAArch64MCCodeEmitter.cpp402 unsigned DoShift = MI.getOperand(OpIdx + 1).getImm(); in getMemExtendOpValue() local
H A DAArch64AddressingModes.h201 bool DoShift) { in getMemExtendImm()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp156 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeWRO()
162 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeXRO()
1240 SDValue &DoShift) { in SelectAddrModeWRO()
1329 SDValue &DoShift) { in SelectAddrModeXRO()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.h2686 inline bool DoShift(InterpState &S, CodePtr OpPC, LT &LHS, RT &RHS, in DoShift() function