/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCCCState.h | 34 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C) in PPCCCState()
|
/llvm-project/mlir/lib/IR/ |
H A D | Location.cpp | 87 get(ArrayRef<Location> locs,Attribute metadata,MLIRContext * context) get() argument
|
H A D | Builders.cpp | 29 Location Builder::getFusedLoc(ArrayRef<Location> locs, Attribute metadata) { in getFusedLoc() argument 438 createBlock(Region * parent,Region::iterator insertPt,TypeRange argTypes,ArrayRef<Location> locs) createBlock() argument 457 createBlock(Block * insertBefore,TypeRange argTypes,ArrayRef<Location> locs) createBlock() argument
|
H A D | Region.cpp | 41 Region::addArguments(TypeRange types, ArrayRef<Location> locs) { in addArguments() argument
|
H A D | Block.cpp | 159 addArguments(TypeRange types,ArrayRef<Location> locs) addArguments() argument
|
/llvm-project/llvm/lib/TableGen/ |
H A D | JSONBackend.cpp | 163 json::Array locs; run() local
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsCCState.h | 101 : CCState(CC, isVarArg, MF, locs, C), SpecialCallingConv(SpecialCC) {} in CCState() argument
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZCallingConv.h | 48 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C) in SystemZCCState() argument
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_report.h | 107 Vector<ReportLocation*> locs; variable
|
/llvm-project/mlir/lib/Transforms/Utils/ |
H A D | OneToNTypeConversion.cpp | 233 SmallVector<Location> locs; applySignatureConversion() local
|
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 394 StructuredData::ArraySP locs = ConvertToStructuredArray( RetrieveReportData() local [all...] |
/llvm-project/flang/lib/Lower/ |
H A D | DirectivesCommon.h |
|
H A D | OpenACC.cpp | 152 createDeclareFunc(mlir::OpBuilder & modBuilder,fir::FirOpBuilder & builder,mlir::Location loc,llvm::StringRef funcName,llvm::SmallVector<mlir::Type> argsTy={},llvm::SmallVector<mlir::Location> locs={}) global() argument 1466 createRegionOp(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Location returnLoc,Fortran::lower::pft::Evaluation & eval,const llvm::SmallVectorImpl<mlir::Value> & operands,const llvm::SmallVectorImpl<int32_t> & operandSegments,bool outerCombined=false,llvm::SmallVector<mlir::Type> retTy={},mlir::Value yieldValue={},mlir::TypeRange argsTy={},llvm::SmallVector<mlir::Location> locs={}) global() argument 1743 llvm::SmallVector<mlir::Location> locs; createLoopOp() local [all...] |
H A D | Bridge.cpp | 2897 llvm::SmallVector<mlir::Location> locs; genFIR() local
|
/llvm-project/mlir/lib/CAPI/IR/ |
H A D | IR.cpp | 273 SmallVector<Location, 4> locs; mlirLocationFusedGet() local 824 mlirBlockCreate(intptr_t nArgs,MlirType const * args,MlirLocation const * locs) mlirBlockCreate() argument
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/ |
H A D | LoopEmitter.cpp | 550 SmallVector<Location> locs(types.size(), loc); emitWhileLoopOverTensorsAtLvls() local
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | RewriterGen.cpp | 1062 auto locs = pattern.getLocation(); in emit() local
|
/llvm-project/lld/ELF/ |
H A D | Relocations.cpp | 569 std::vector<Loc> locs; global() member
|
H A D | SyntheticSections.cpp | 2845 DWARFDebugNames::DWARFDebugNamesOffsets locs = ni.getOffsets(); parseDebugNames() local 3184 __anone464dde71e02( uint32_t numCus, const DWARFDebugNames::Header &hdr, const DWARFDebugNames::DWARFDebugNamesOffsets &locs) DebugNamesSection() argument
|
/llvm-project/mlir/test/CAPI/ |
H A D | ir.c | 2401 MlirLocation locs[2] = {nameLoc, callSiteLoc}; testDiagnostics() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseBufferRewriting.cpp | 811 Block *before = builder.createBlock(&whileOp.getBefore(), {}, types, locs); in createShiftDownFunc() local
|
/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 1696 Record(StringInit::get (records,N),locs,records,Kind) Record() argument
|
/llvm-project/flang/lib/Lower/OpenMP/ |
H A D | OpenMP.cpp | 399 llvm::SmallVector<mlir::Location> locs(args.size(), loc); global() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 128 HexagonCCState(CallingConv::ID CC,bool IsVarArg,MachineFunction & MF,SmallVectorImpl<CCValAssign> & locs,LLVMContext & C,unsigned NumNamedArgs) HexagonCCState() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 5153 IdentifierSourceLocations::iterator locs = TypoCorrectionFailures.find(Typo); makeTypoCorrectionConsumer() local
|