/openbsd/gnu/llvm/llvm/lib/Passes/ |
H A D | StandardInstrumentations.cpp | 393 PassInstrumentationCallbacks &PIC) { in registerRequiredCallbacks() 769 PassInstrumentationCallbacks &PIC) { in registerCallbacks() 791 PassInstrumentationCallbacks &PIC) { in registerCallbacks() 833 PassInstrumentationCallbacks &PIC) { in registerCallbacks() 852 PassInstrumentationCallbacks &PIC) { in registerCallbacks() 1062 PassInstrumentationCallbacks &PIC, FunctionAnalysisManager &FAM) { in registerCallbacks() 1129 PassInstrumentationCallbacks &PIC) { in registerCallbacks() 1224 PassInstrumentationCallbacks &PIC) { in registerCallbacks() 2077 PassInstrumentationCallbacks &PIC) { in registerCallbacks() 2131 PassInstrumentationCallbacks &PIC) { in registerCallbacks() [all …]
|
H A D | PassBuilderBindings.cpp | 55 PassInstrumentationCallbacks PIC; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local
|
H A D | PassBuilder.cpp | 401 PassInstrumentationCallbacks *PIC) in PassBuilder()
|
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
H A D | RunIRPasses.cpp | 33 PassInstrumentationCallbacks PIC; in runPasses() local
|
/openbsd/gnu/llvm/llvm/bindings/ocaml/target/ |
H A D | llvm_target.ml | 27 | PIC Constructor
|
H A D | llvm_target.mli | 32 | PIC Constructor
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMCTargetDesc.cpp | 72 createRISCVMCObjectFileInfo(MCContext &Ctx, bool PIC, in createRISCVMCObjectFileInfo()
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCObjectFileInfo.cpp | 1035 void MCObjectFileInfo::initMCObjectFileInfo(MCContext &MCCtx, bool PIC, in initMCObjectFileInfo()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | CodeGenPassBuilder.h | 104 PassInstrumentationCallbacks *PIC) in CodeGenPassBuilder() 235 PassInstrumentationCallbacks *PIC; variable
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TargetPassConfig.cpp | 495 static void registerPartialPipelineCallback(PassInstrumentationCallbacks &PIC, in registerPartialPipelineCallback() 570 void llvm::registerCodeGenCallback(PassInstrumentationCallbacks &PIC, in registerCodeGenCallback()
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | PassTimingInfo.cpp | 299 void TimePassesHandler::registerCallbacks(PassInstrumentationCallbacks &PIC) { in registerCallbacks()
|
/openbsd/gnu/llvm/llvm/include/llvm/Passes/ |
H A D | StandardInstrumentations.h | 61 PassInstrumentationCallbacks *PIC; variable
|
H A D | PassBuilder.h | 100 PassInstrumentationCallbacks *PIC; variable
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | PredicateInfo.cpp | 575 CallInst *PIC = in materializeStack() local 591 CallInst *PIC = B.CreateCall(IF, Op); in materializeStack() local
|
H A D | Debugify.cpp | 1030 PassInstrumentationCallbacks &PIC) { in registerCallbacks()
|
/openbsd/gnu/llvm/llvm/tools/llvm-mc/ |
H A D | llvm-mc.cpp | 155 static cl::opt<bool> PIC("position-independent", variable
|
/openbsd/gnu/llvm/llvm/tools/opt/ |
H A D | NewPMDriver.cpp | 388 PassInstrumentationCallbacks PIC; in runPassPipeline() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | SampleProfileProbe.cpp | 87 void PseudoProbeVerifier::registerCallbacks(PassInstrumentationCallbacks &PIC) { in registerCallbacks()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 488 PredIteratorCache PIC; in runOnLoop() local 1817 SmallVectorImpl<MemoryAccess *> &MSSAIP, PredIteratorCache &PIC, in LoopPromoter() 1956 SmallVectorImpl<MemoryAccess *> &MSSAInsertPts, PredIteratorCache &PIC, in promoteLoopAccessesToScalars()
|
/openbsd/gnu/llvm/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 259 PassInstrumentationCallbacks PIC; in runNewPMPasses() local
|
H A D | ThinLTOCodeGenerator.cpp | 246 PassInstrumentationCallbacks PIC; in optimizeModule() local
|
/openbsd/gnu/llvm/clang/tools/driver/ |
H A D | cc1as_main.cpp | 438 bool PIC = false; in ExecuteAssemblerImpl() local
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 841 PassInstrumentationCallbacks PIC; in RunOptimizationPipeline() local
|
/openbsd/gnu/llvm/clang/lib/Analysis/ |
H A D | PathDiagnostic.cpp | 693 } else if (std::optional<PreImplicitCall> PIC = P.getAs<PreImplicitCall>()) { in create() local
|
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | CommonArgs.cpp | 1371 bool PIC = PIE || ToolChain.isPICDefault(); in ParsePICArgs() local
|