Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmMacro.h87 SMRange getLocRange() const;
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp35 SMRange AsmToken::getLocRange() const { in getLocRange() function in AsmToken
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopInfo.cpp633 DebugLoc Loop::getStartLoc() const { return getLocRange().getStart(); } in getStartLoc()
635 Loop::LocRange Loop::getLocRange() const { in getLocRange() function in Loop
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp291 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function in __anon4319049f0111::SystemZOperand
1544 ((SystemZOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h94 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function
H A DX86AsmParser.cpp4323 Op.getLocRange(), MatchingInlineAsm); in MatchAndEmitATTInstruction()
4338 SMRange OperandRange = Operand.getLocRange(); in MatchAndEmitATTInstruction()
4512 Op.getLocRange(), MatchingInlineAsm); in MatchAndEmitIntelInstruction()
4558 UnsizedMemOp->getLocRange()); in MatchAndEmitIntelInstruction()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfo.h861 LocRange getLocRange() const;
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp240 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function
1170 ((PPCOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp873 SMRange getLocRange() const { in getLocRange() function in __anona5d4df5d0111::AMDGPUOperand
4515 SMRange IDRange = getTok().getLocRange(); in ParseDirectiveAMDHSAKernel()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp936 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function in __anon035bc7a10111::ARMOperand
10995 ((ARMOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6199 SMRange RegRange = RegTok.getLocRange(); in matchCPURegisterName()