Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DToken.h120 SMRange getLocRange() const;
H A DToken.cpp24 SMRange Token::getLocRange() const { return SMRange(getLoc(), getEndLoc()); } in getLocRange() function in Token
H A DAttributeParser.cpp167 referenceLocations.push_back(getToken().getLocRange()); in parseAttribute()
196 referenceLocations.push_back(getToken().getLocRange()); in parseAttribute()
H A DAsmParserImpl.h451 atToken.getLocRange()); in parseOptionalSymbolName()
H A DParser.cpp1153 op, nameTok.getLocRange(), /*endLoc=*/getToken().getLoc(), in parseOperation()
1169 state.asmState->finalizeOperationDefinition(op, nameTok.getLocRange(), in parseOperation()
1386 state.asmState->finalizeOperationDefinition(op, nameToken.getLocRange(), in parseGenericOperation()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmMacro.h87 SMRange getLocRange() const;
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp34 SMRange AsmToken::getLocRange() const { in getLocRange() function in AsmToken
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopInfo.cpp627 DebugLoc Loop::getStartLoc() const { return getLocRange().getStart(); } in getStartLoc()
629 Loop::LocRange Loop::getLocRange() const { in getLocRange() function in Loop
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp295 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function in __anon4f8b82ce0111::SystemZOperand
1576 ((SystemZOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
/llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h105 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function
H A DX86AsmParser.cpp4333 Op.getLocRange(), MatchingInlineAsm); in MatchAndEmitATTInstruction()
4348 SMRange OperandRange = Operand.getLocRange(); in MatchAndEmitATTInstruction()
4519 Op.getLocRange(), MatchingInlineAsm); in MatchAndEmitIntelInstruction()
4564 UnsizedMemOp->getLocRange()); in MatchAndEmitIntelInstruction()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfo.h886 LocRange getLocRange() const;
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp242 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function
1170 ((PPCOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp904 SMRange getLocRange() const { in getLocRange() function in __anon71e405cc0111::AMDGPUOperand
4909 SMRange IDRange = getTok().getLocRange(); in ParseDirectiveAMDHSAKernel()
/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp946 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function in __anon2aa686d00111::ARMOperand
11024 ((ARMOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
/llvm-project-15.0.7/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6199 SMRange RegRange = RegTok.getLocRange(); in matchCPURegisterName()