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.cpp1286 printMemExtendImpl(bool SignExtend,bool DoShift,unsigned Width,char SrcRegKind,raw_ostream & O,bool UseMarkup) printMemExtendImpl() argument
1310 bool DoShift = MI->getOperand(OpNum + 1).getImm(); printMemExtend() local
1325 bool DoShift = ExtWidth != 8; printRegWithShiftExtend() local
H A DAArch64MCCodeEmitter.cpp357 unsigned DoShift = MI.getOperand(OpIdx + 1).getImm(); getMemExtendOpValue() local
H A DAArch64AddressingModes.h202 return (getExtendEncoding(ET) << 1) | unsigned(DoShift); in getMemExtendImm() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp151 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeWRO()
157 SDValue &SignExtend, SDValue &DoShift) { in SelectAddrModeXRO()
1236 SDValue &DoShift) { in SelectAddrModeWRO()
1325 SDValue &DoShift) { in SelectAddrModeXRO()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h2267 inline bool DoShift(InterpState &S, CodePtr OpPC, LT &LHS, RT &RHS) { in DoShift() function