Searched defs:RegionName (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/tools/llvm-mca/ |
H A D | PipelinePrinter.cpp | 22 StringRef RegionName; in printRegionHeader() local 35 StringRef RegionName = ""; in getJSONReportRegion() local
|
/llvm-project/offload/src/ |
H A D | interface.cpp | 77 targetData(ident_t * Loc,int64_t DeviceId,int32_t ArgNum,void ** ArgsBase,void ** Args,int64_t * ArgSizes,int64_t * ArgTypes,map_var_info_t * ArgNames,void ** ArgMappers,TargetDataFuncPtrTy TargetDataFunction,const char * RegionTypeMsg,const char * RegionName) targetData() argument
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 302 std::string RegionName = (Twine("pred.") + Instr->getOpcodeName()).str(); createReplicateRegion() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1717 EmitOMPInlinedRegionBody(CodeGenFunction & CGF,const Stmt * RegionBodyStmt,InsertPointTy AllocaIP,InsertPointTy CodeGenIP,Twine RegionName) EmitOMPInlinedRegionBody() argument 1734 EmitOMPOutlinedRegionBody(CodeGenFunction & CGF,const Stmt * RegionBodyStmt,InsertPointTy AllocaIP,InsertPointTy CodeGenIP,Twine RegionName) EmitOMPOutlinedRegionBody() argument
|