/external/llvm/lib/MC/MCParser/ |
D | MCAsmLexer.cpp | 34 SMRange AsmToken::getLocRange() const { in getLocRange() function in AsmToken
|
/external/llvm-project/mlir/lib/Parser/ |
D | Token.h | 106 llvm::SMRange getLocRange() const;
|
D | Token.cpp | 25 SMRange Token::getLocRange() const { return SMRange(getLoc(), getEndLoc()); } in getLocRange() function in Token
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCAsmMacro.h | 87 SMRange getLocRange() const;
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCAsmMacro.h | 87 SMRange getLocRange() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | MCAsmLexer.cpp | 35 SMRange AsmToken::getLocRange() const { in getLocRange() function in AsmToken
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | MCAsmLexer.cpp | 35 SMRange AsmToken::getLocRange() const { in getLocRange() function in AsmToken
|
/external/llvm/include/llvm/MC/MCParser/ |
D | MCAsmLexer.h | 83 SMRange getLocRange() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopInfo.cpp | 612 DebugLoc Loop::getStartLoc() const { return getLocRange().getStart(); } in getStartLoc() 614 Loop::LocRange Loop::getLocRange() const { in getLocRange() function in Loop
|
/external/llvm-project/llvm/lib/Analysis/ |
D | LoopInfo.cpp | 634 DebugLoc Loop::getStartLoc() const { return getLocRange().getStart(); } in getStartLoc() 636 Loop::LocRange Loop::getLocRange() const { in getLocRange() function in Loop
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86Operand.h | 81 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function
|
D | X86AsmParser.cpp | 2725 MatchingInlineAsm ? EmptyRanges : Op.getLocRange(); in MatchAndEmitATTInstruction() 2738 SMRange OperandRange = Operand.getLocRange(); in MatchAndEmitATTInstruction() 2853 MatchingInlineAsm ? EmptyRanges : Op.getLocRange(); in MatchAndEmitIntelInstruction() 2879 MatchingInlineAsm ? EmptyRanges : UnsizedMemOp->getLocRange(); in MatchAndEmitIntelInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
D | X86Operand.h | 95 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function
|
D | X86AsmParser.cpp | 3350 Op.getLocRange(), MatchingInlineAsm); in MatchAndEmitATTInstruction() 3365 SMRange OperandRange = Operand.getLocRange(); in MatchAndEmitATTInstruction() 3527 Op.getLocRange(), MatchingInlineAsm); in MatchAndEmitIntelInstruction() 3573 UnsizedMemOp->getLocRange()); in MatchAndEmitIntelInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 291 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function in __anon841d33e90111::SystemZOperand 1290 ((SystemZOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
|
/external/llvm-project/llvm/lib/Target/X86/AsmParser/ |
D | X86Operand.h | 94 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function
|
D | X86AsmParser.cpp | 4318 Op.getLocRange(), MatchingInlineAsm); in MatchAndEmitATTInstruction() 4333 SMRange OperandRange = Operand.getLocRange(); in MatchAndEmitATTInstruction() 4507 Op.getLocRange(), MatchingInlineAsm); in MatchAndEmitIntelInstruction() 4553 UnsizedMemOp->getLocRange()); in MatchAndEmitIntelInstruction()
|
/external/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 289 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function in __anon10090df50111::SystemZOperand 1472 ((SystemZOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopInfo.h | 836 LocRange getLocRange() const;
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | LoopInfo.h | 860 LocRange getLocRange() const;
|
/external/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 241 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function 1185 ((PPCOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 244 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function 1154 ((PPCOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 707 SMRange getLocRange() const { in getLocRange() function in __anon4890b4270111::AMDGPUOperand 3570 ((AMDGPUOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction() 3722 SMRange IDRange = getTok().getLocRange(); in ParseDirectiveAMDHSAKernel()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 748 SMRange getLocRange() const { in getLocRange() function in __anonc7669b330111::AMDGPUOperand 4190 SMRange IDRange = getTok().getLocRange(); in ParseDirectiveAMDHSAKernel()
|
/external/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 595 SMRange getLocRange() const { return SMRange(StartLoc, EndLoc); } in getLocRange() function in __anon4e9b8dc90311::ARMOperand 8887 ((ARMOperand &)*Operands[0]).getLocRange()); in MatchAndEmitInstruction()
|