Home
last modified time | relevance | path

Searched refs:getStartLoc (Results 1 – 25 of 63) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp598 InnerLoop->getStartLoc(), in processLoop()
759 OuterLoop->getStartLoc(), in currentLimitations()
776 InnerLoop->getStartLoc(), in currentLimitations()
791 InnerLoop->getStartLoc(), in currentLimitations()
809 OuterLoop->getStartLoc(), in currentLimitations()
824 OuterLoop->getStartLoc(), in currentLimitations()
837 OuterLoop->getStartLoc(), in currentLimitations()
850 InnerLoop->getStartLoc(), in currentLimitations()
864 InnerLoop->getStartLoc(), in currentLimitations()
896 InnerLoop->getStartLoc(), in currentLimitations()
[all …]
DLoopVersioningLICM.cpp440 CurLoop->getStartLoc(), in legalLoopInstructions()
472 CurLoop->getStartLoc(), in legalLoopInstructions()
515 CurLoop->getStartLoc(), in isLegalForVersioning()
535 CurLoop->getStartLoc(), in isLegalForVersioning()
545 CurLoop->getStartLoc(), CurLoop->getHeader()) in isLegalForVersioning()
DLoopDistribute.cpp792 return OptimizationRemark(LDIST_NAME, "Distribute", L->getStartLoc(), in processLoop()
809 L->getStartLoc(), L->getHeader()) in fail()
819 RemarkName, L->getStartLoc(), L->getHeader()) in fail()
826 *F, L->getStartLoc(), "loop not distributed: failed " in fail()
DLoopUnrollPass.cpp849 L->getStartLoc(), L->getHeader()) in computeUnrollCount()
866 L->getStartLoc(), L->getHeader()) in computeUnrollCount()
879 L->getStartLoc(), L->getHeader()) in computeUnrollCount()
941 L->getStartLoc(), L->getHeader()) in computeUnrollCount()
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp325 SMLoc getStartLoc() const override { return StartLoc; } in getStartLoc() function in __anon170f337d0211::AArch64Operand
3772 "ubfm", false, Op.getStartLoc(), getContext()); in MatchAndEmitInstruction()
3774 NewOp4, Op3.getStartLoc(), Op3.getEndLoc(), getContext())); in MatchAndEmitInstruction()
3775 Operands[3] = AArch64Operand::CreateImm(NewOp3, Op3.getStartLoc(), in MatchAndEmitInstruction()
3801 return Error(LSBOp.getStartLoc(), in MatchAndEmitInstruction()
3804 return Error(WidthOp.getStartLoc(), in MatchAndEmitInstruction()
3816 return Error(WidthOp.getStartLoc(), in MatchAndEmitInstruction()
3822 "bfm", false, Op.getStartLoc(), getContext()); in MatchAndEmitInstruction()
3827 ImmRExpr, LSBOp.getStartLoc(), LSBOp.getEndLoc(), getContext()); in MatchAndEmitInstruction()
3829 AArch64Operand::CreateImm(ImmSExpr, WidthOp.getStartLoc(), in MatchAndEmitInstruction()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/
DMBlazeAsmParser.cpp136 SMLoc getStartLoc() const { return StartLoc; } in getStartLoc() function
342 ErrorLoc = ((MBlazeOperand*)Operands[ErrorInfo])->getStartLoc(); in MatchAndEmitInstruction()
361 SMLoc S = Base.getStartLoc(); in ParseMemory()
362 SMLoc O = Offset.getStartLoc(); in ParseMemory()
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp60 SourceLocation getStartLoc() const { in getStartLoc() function in __anon1aa876fb0111::SourceMappingRegion
170 SourceLocation Loc = Region.getStartLoc(); in gatherFileIDs()
255 SourceLocation LocStart = Region.getStartLoc(); in emitSourceRegions()
421 SourceLocation StartLoc = Region.getStartLoc(); in popRegions()
446 assert(SM.isWrittenInSameFile(Region.getStartLoc(), EndLoc)); in popRegions()
480 return Region.getStartLoc() == StartLoc && in isRegionAlreadyAdded()
532 SourceLocation Loc = I.getStartLoc(); in handleFileExit()
826 if (Parent.hasStartLoc() && Parent.getStartLoc() == getStart(S)) in VisitSwitchCase()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp467 SMLoc getStartLoc() const override { return StartLoc; } in getStartLoc() function in __anon766491d50111::AArch64Operand
4370 "ubfm", false, Op.getStartLoc(), getContext()); in MatchAndEmitInstruction()
4372 NewOp4, Op3.getStartLoc(), Op3.getEndLoc(), getContext())); in MatchAndEmitInstruction()
4373 Operands[3] = AArch64Operand::CreateImm(NewOp3, Op3.getStartLoc(), in MatchAndEmitInstruction()
4399 return Error(LSBOp.getStartLoc(), in MatchAndEmitInstruction()
4402 return Error(WidthOp.getStartLoc(), in MatchAndEmitInstruction()
4414 return Error(WidthOp.getStartLoc(), in MatchAndEmitInstruction()
4420 "bfm", false, Op.getStartLoc(), getContext()); in MatchAndEmitInstruction()
4425 ImmRExpr, LSBOp.getStartLoc(), LSBOp.getEndLoc(), getContext()); in MatchAndEmitInstruction()
4427 AArch64Operand::CreateImm(ImmSExpr, WidthOp.getStartLoc(), in MatchAndEmitInstruction()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp54 DebugLoc DL = TheLoop->getStartLoc(); in createLVMissedAnalysis()
126 "AllDisabled", L->getStartLoc(), in allowVectorization()
144 TheLoop->getStartLoc(), in emitRemarkWithHints()
149 TheLoop->getStartLoc(), TheLoop->getHeader()); in emitRemarkWithHints()
307 L->getStartLoc(), in doesNotMeet()
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
DMCParsedAsmOperand.h27 virtual SMLoc getStartLoc() const = 0;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp454 SMLoc getStartLoc() const override { return StartLoc; } in getStartLoc() function
655 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in generateImmOutOfRangeError()
681 ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
689 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
764 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
770 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
776 SMLoc ErrorLoc = ((RISCVOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp747 emitOptimizationRemark(F->getContext(), LDIST_NAME, *F, L->getStartLoc(), in processLoop()
761 Ctx, LDIST_NAME, *F, L->getStartLoc(), in fail()
770 *F, L->getStartLoc(), Twine("loop not distributed: ") + Message); in fail()
776 *F, L->getStartLoc(), "loop not disributed: failed " in fail()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
DMCParsedAsmOperand.h67 virtual SMLoc getStartLoc() const = 0;
/external/llvm/include/llvm/MC/MCParser/
DMCParsedAsmOperand.h66 virtual SMLoc getStartLoc() const = 0;
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp590 SMLoc getStartLoc() const override { return StartLoc; } in getStartLoc() function in __anon708fb9eb0311::ARMOperand
3118 return Error(PrevOp->getStartLoc(), "shift must be of a register"); in tryParseShiftRegister()
5987 return Error(Op.getStartLoc(), in ParseInstruction()
5990 return Error(Op.getStartLoc(), in ParseInstruction()
6046 Error(Op2.getStartLoc(), isLoad in ParseInstruction()
6054 ARMOperand::CreateReg(NewReg, Op1.getStartLoc(), Op2.getEndLoc()); in ParseInstruction()
6075 ARMOperand::CreateReg(PairedReg, Op2.getStartLoc(), Op2.getEndLoc())); in ParseInstruction()
6148 return Error(Operands[ListNo + HasWritebackToken]->getStartLoc(), in validatetLDMRegList()
6151 return Error(Operands[ListNo + HasWritebackToken]->getStartLoc(), in validatetLDMRegList()
6154 return Error(Operands[ListNo + HasWritebackToken]->getStartLoc(), in validatetLDMRegList()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp446 SMLoc getStartLoc() const { return StartLoc; } in getStartLoc() function in __anon1bba3d970311::ARMOperand
1887 return Error(PrevOp->getStartLoc(), "shift must be of a register"); in tryParseShiftRegister()
3079 Error(Operands[3]->getStartLoc(), in cvtThumbMultiply()
3928 Operands.push_back(ARMOperand::CreateToken("#0", Op->getStartLoc())); in ParseInstruction()
3939 Operands.push_back(ARMOperand::CreateToken("#0", Op->getStartLoc())); in ParseInstruction()
3951 Operands.push_back(ARMOperand::CreateToken("#0", Op->getStartLoc())); in ParseInstruction()
4004 SMLoc Loc = Operands[0]->getStartLoc(); in validateInstruction()
4026 CondLoc = Operands[i]->getStartLoc(); in validateInstruction()
4048 return Error(Operands[3]->getStartLoc(), in validateInstruction()
4057 return Error(Operands[3]->getStartLoc(), in validateInstruction()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp825 SMLoc getStartLoc() const override { return StartLoc; } in getStartLoc() function in __anonb9f840430111::ARMOperand
3445 return Error(PrevOp->getStartLoc(), "shift must be of a register"); in tryParseShiftRegister()
6032 ARMOperand::CreateReg(PairedReg, Op2.getStartLoc(), Op2.getEndLoc())); in fixupGNULDRDAlias()
6249 return Error(Op2.getStartLoc(), in ParseInstruction()
6256 ARMOperand::CreateReg(NewReg, Op1.getStartLoc(), Op2.getEndLoc()); in ParseInstruction()
6332 return Error(Operands[ListNo + HasWritebackToken]->getStartLoc(), in validatetLDMRegList()
6335 return Error(Operands[ListNo + HasWritebackToken]->getStartLoc(), in validatetLDMRegList()
6350 return Error(Operands[ListNo + HasWritebackToken]->getStartLoc(), in validatetSTMRegList()
6353 return Error(Operands[ListNo + HasWritebackToken]->getStartLoc(), in validatetSTMRegList()
6356 return Error(Operands[ListNo + HasWritebackToken]->getStartLoc(), in validatetSTMRegList()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineLoopInfo.cpp91 DebugLoc MachineLoop::getStartLoc() const { in getStartLoc() function in MachineLoop
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp223 SMLoc getStartLoc() const { return Start; } in getStartLoc() function in llvm::AVROperand
271 if (Op.getStartLoc() != SMLoc()) { in invalidOperand()
272 ErrorLoc = Op.getStartLoc(); in invalidOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1286 return Error(OrigOp.getStartLoc(), in VerifyAndAdjustOperands()
1307 OrigOp.getStartLoc(), in VerifyAndAdjustOperands()
2591 Operands.back() = X86Operand::CreateReg(X86::DX, Op.getStartLoc(), in ParseInstruction()
2600 Operands[1] = X86Operand::CreateReg(X86::DX, Op.getStartLoc(), in ParseInstruction()
2729 Warning(Op1.getStartLoc(), "memory operand is only for determining the " in ParseInstruction()
2770 return Warning(Ops[0]->getStartLoc(), "mask, index, and destination " in validateInstruction()
2802 return Warning(Ops[0]->getStartLoc(), "index and destination registers " in validateInstruction()
2831 return Warning(Ops[0]->getStartLoc(), in validateInstruction()
3057 if (Operand.getStartLoc().isValid()) { in MatchAndEmitATTInstruction()
3059 return Error(Operand.getStartLoc(), "invalid operand for instruction", in MatchAndEmitATTInstruction()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineLoopInfo.h68 DebugLoc getStartLoc() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp142 SMLoc getStartLoc() const override { return StartLoc; } in getStartLoc() function
311 ErrorLoc = ((BPFOperand &)*Operands[ErrorInfo]).getStartLoc(); in MatchAndEmitInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUnroll.cpp500 return OptimizationRemark(DEBUG_TYPE, "FullyUnrolled", L->getStartLoc(), in UnrollLoop()
510 return OptimizationRemark(DEBUG_TYPE, "Peeled", L->getStartLoc(), in UnrollLoop()
517 OptimizationRemark Diag(DEBUG_TYPE, "PartialUnrolled", L->getStartLoc(), in UnrollLoop()
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DEDToken.cpp189 (*operandIterator)->getStartLoc().getPointer()) { in tokenize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp246 SMLoc getStartLoc() const override { return StartLoc; } in getStartLoc() function
590 ->getStartLoc(); in matchOneInstruction()
1507 if (*Operands[4]->getStartLoc().getPointer() == '#') { in processInstruction()
1508 StringStart = Operands[5]->getStartLoc().getPointer(); in processInstruction()
1509 StringEnd = Operands[6]->getStartLoc().getPointer(); in processInstruction()
1511 StringStart = Operands[4]->getStartLoc().getPointer(); in processInstruction()
1512 StringEnd = Operands[5]->getStartLoc().getPointer(); in processInstruction()

123