Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCAsmMacro.h87 SMRange getLocRange() const;
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp34 SMRange AsmToken::getLocRange() const { in getLocRange() function in AsmToken
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGLexer.h134 SMRange getLocRange() const;
H A DTGLexer.cpp66 SMRange TGLexer::getLocRange() const { in getLocRange() function in TGLexer
H A DTGParser.cpp589 Result->appendReferenceLoc(Lex.getLocRange()); in ParseClassID()
2226 SMRange NameLoc = Lex.getLocRange(); in ParseSimpleValue()
2558 SMRange FieldNameLoc = Lex.getLocRange(); in ParseValue()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp295 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function in __anon21cc4c950111::SystemZOperand
1598 ((SystemZOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h105 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function
H A DX86AsmParser.cpp4340 Op.getLocRange(), MatchingInlineAsm); in MatchAndEmitATTInstruction()
4355 SMRange OperandRange = Operand.getLocRange(); in MatchAndEmitATTInstruction()
4526 Op.getLocRange(), MatchingInlineAsm); in MatchAndEmitIntelInstruction()
4571 UnsizedMemOp->getLocRange()); in MatchAndEmitIntelInstruction()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfo.h889 LocRange getLocRange() const;
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp243 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function
1233 ((PPCOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp916 SMRange getLocRange() const { in getLocRange() function in __anon2409b1d30111::AMDGPUOperand
4989 SMRange IDRange = getTok().getLocRange(); in ParseDirectiveAMDHSAKernel()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp946 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function in __anon3b5979970111::ARMOperand
11045 ((ARMOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6244 SMRange RegRange = RegTok.getLocRange(); in matchCPURegisterName()