Home
last modified time | relevance | path

Searched refs:getLocRange (Results 1 – 14 of 14) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h87 SMRange getLocRange() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp34 SMRange AsmToken::getLocRange() const { in getLocRange() function in AsmToken
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.h240 SMRange getLocRange() const;
H A DTGLexer.cpp66 SMRange TGLexer::getLocRange() const { in getLocRange() function in TGLexer
H A DTGParser.cpp723 Result->appendReferenceLoc(Lex.getLocRange()); in ParseClassID()
2667 SMRange NameLoc = Lex.getLocRange(); in ParseSimpleValue()
2965 SMRange FieldNameLoc = Lex.getLocRange(); in ParseValue()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h386 LocRange getLocRange() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp631 DebugLoc Loop::getStartLoc() const { return getLocRange().getStart(); } in getStartLoc()
633 Loop::LocRange Loop::getLocRange() const { in getLocRange() function in Loop
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp296 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function in __anon2dbeb9140111::SystemZOperand
1570 ((SystemZOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h105 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function
H A DX86AsmParser.cpp4233 Op.getLocRange(), MatchingInlineAsm); in MatchAndEmitATTInstruction()
4248 SMRange OperandRange = Operand.getLocRange(); in MatchAndEmitATTInstruction()
4419 Op.getLocRange(), MatchingInlineAsm); in MatchAndEmitIntelInstruction()
4464 UnsizedMemOp->getLocRange()); in MatchAndEmitIntelInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp242 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function
1273 ((PPCOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp974 SMRange getLocRange() const { in getLocRange() function in __anoneb28f2920111::AMDGPUOperand
5275 SMRange IDRange = getTok().getLocRange(); in ParseDirectiveAMDHSAKernel()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp949 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function in __anon2f82d7160111::ARMOperand
11196 ((ARMOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6272 SMRange RegRange = RegTok.getLocRange(); in matchCPURegisterName()