Home
last modified time | relevance | path

Searched defs:locs (Results 1 – 25 of 25) sorted by relevance

/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCCState.h34 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C) in PPCCCState()
/llvm-project/mlir/lib/IR/
H A DLocation.cpp87 get(ArrayRef<Location> locs,Attribute metadata,MLIRContext * context) get() argument
H A DBuilders.cpp29 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 DRegion.cpp41 Region::addArguments(TypeRange types, ArrayRef<Location> locs) { in addArguments() argument
H A DBlock.cpp159 addArguments(TypeRange types,ArrayRef<Location> locs) addArguments() argument
/llvm-project/llvm/lib/TableGen/
H A DJSONBackend.cpp163 json::Array locs; run() local
/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.h101 : CCState(CC, isVarArg, MF, locs, C), SpecialCallingConv(SpecialCC) {} in CCState() argument
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.h48 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C) in SystemZCCState() argument
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h107 Vector<ReportLocation*> locs; variable
/llvm-project/mlir/lib/Transforms/Utils/
H A DOneToNTypeConversion.cpp233 SmallVector<Location> locs; applySignatureConversion() local
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp394 StructuredData::ArraySP locs = ConvertToStructuredArray( RetrieveReportData() local
[all...]
/llvm-project/flang/lib/Lower/
H A DDirectivesCommon.h
H A DOpenACC.cpp152 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 DBridge.cpp2897 llvm::SmallVector<mlir::Location> locs; genFIR() local
/llvm-project/mlir/lib/CAPI/IR/
H A DIR.cpp273 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 DLoopEmitter.cpp550 SmallVector<Location> locs(types.size(), loc); emitWhileLoopOverTensorsAtLvls() local
/llvm-project/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp1062 auto locs = pattern.getLocation(); in emit() local
/llvm-project/lld/ELF/
H A DRelocations.cpp569 std::vector<Loc> locs; global() member
H A DSyntheticSections.cpp2845 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 Dir.c2401 MlirLocation locs[2] = {nameLoc, callSiteLoc}; testDiagnostics() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseBufferRewriting.cpp811 Block *before = builder.createBlock(&whileOp.getBefore(), {}, types, locs); in createShiftDownFunc() local
/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1696 Record(StringInit::get (records,N),locs,records,Kind) Record() argument
/llvm-project/flang/lib/Lower/OpenMP/
H A DOpenMP.cpp399 llvm::SmallVector<mlir::Location> locs(args.size(), loc); global() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp128 HexagonCCState(CallingConv::ID CC,bool IsVarArg,MachineFunction & MF,SmallVectorImpl<CCValAssign> & locs,LLVMContext & C,unsigned NumNamedArgs) HexagonCCState() argument
/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5153 IdentifierSourceLocations::iterator locs = TypoCorrectionFailures.find(Typo); makeTypoCorrectionConsumer() local