Searched refs:getLocRange (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h87 SMRange getLocRange() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp35 SMRange AsmToken::getLocRange() const { function in class:AsmToken
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp613 DebugLoc Loop::getStartLoc() const { return getLocRange().getStart(); }
615 Loop::LocRange Loop::getLocRange() const {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp287 /// getLocRange - Get the range between the first and last token of this
289 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } function in class:__anon4315::SystemZOperand
1442 ((SystemZOperand &)*Operands[0]).getLocRange());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h844 LocRange getLocRange() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3674 Op.getLocRange(), MatchingInlineAsm);
3689 SMRange OperandRange = Operand.getLocRange();
3851 Op.getLocRange(), MatchingInlineAsm);
3897 UnsizedMemOp->getLocRange());
H A DX86Operand.h92 /// getLocRange - Get the range between the first and last token of this
94 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } function in struct:llvm::final
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp244 /// getLocRange - Get the range between the first and last token of this
246 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } function in struct:__anon4249::PPCOperand
1167 ((PPCOperand &)*Operands[0]).getLocRange());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp710 SMRange getLocRange() const { function in class:__anon3940::AMDGPUOperand
3723 ((AMDGPUOperand &)*Operands[0]).getLocRange());
3875 SMRange IDRange = getTok().getLocRange();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp934 /// getLocRange - Get the range between the first and last token of this
936 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } function in class:__anon4036::ARMOperand
10822 ((ARMOperand &)*Operands[0]).getLocRange());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6199 SMRange RegRange = RegTok.getLocRange();

Completed in 314 milliseconds