Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Passes/
H A DStandardInstrumentations.cpp393 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 DPassBuilderBindings.cpp55 PassInstrumentationCallbacks PIC; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() local
H A DPassBuilder.cpp401 PassInstrumentationCallbacks *PIC) in PassBuilder()
/openbsd/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DRunIRPasses.cpp33 PassInstrumentationCallbacks PIC; in runPasses() local
/openbsd/gnu/llvm/llvm/bindings/ocaml/target/
H A Dllvm_target.ml27 | PIC Constructor
H A Dllvm_target.mli32 | PIC Constructor
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCTargetDesc.cpp72 createRISCVMCObjectFileInfo(MCContext &Ctx, bool PIC, in createRISCVMCObjectFileInfo()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1035 void MCObjectFileInfo::initMCObjectFileInfo(MCContext &MCCtx, bool PIC, in initMCObjectFileInfo()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h104 PassInstrumentationCallbacks *PIC) in CodeGenPassBuilder()
235 PassInstrumentationCallbacks *PIC; variable
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp495 static void registerPartialPipelineCallback(PassInstrumentationCallbacks &PIC, in registerPartialPipelineCallback()
570 void llvm::registerCodeGenCallback(PassInstrumentationCallbacks &PIC, in registerCodeGenCallback()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DPassTimingInfo.cpp299 void TimePassesHandler::registerCallbacks(PassInstrumentationCallbacks &PIC) { in registerCallbacks()
/openbsd/gnu/llvm/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h61 PassInstrumentationCallbacks *PIC; variable
H A DPassBuilder.h100 PassInstrumentationCallbacks *PIC; variable
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp575 CallInst *PIC = in materializeStack() local
591 CallInst *PIC = B.CreateCall(IF, Op); in materializeStack() local
H A DDebugify.cpp1030 PassInstrumentationCallbacks &PIC) { in registerCallbacks()
/openbsd/gnu/llvm/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp155 static cl::opt<bool> PIC("position-independent", variable
/openbsd/gnu/llvm/llvm/tools/opt/
H A DNewPMDriver.cpp388 PassInstrumentationCallbacks PIC; in runPassPipeline() local
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp87 void PseudoProbeVerifier::registerCallbacks(PassInstrumentationCallbacks &PIC) { in registerCallbacks()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLICM.cpp488 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 DLTOBackend.cpp259 PassInstrumentationCallbacks PIC; in runNewPMPasses() local
H A DThinLTOCodeGenerator.cpp246 PassInstrumentationCallbacks PIC; in optimizeModule() local
/openbsd/gnu/llvm/clang/tools/driver/
H A Dcc1as_main.cpp438 bool PIC = false; in ExecuteAssemblerImpl() local
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp841 PassInstrumentationCallbacks PIC; in RunOptimizationPipeline() local
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp693 } else if (std::optional<PreImplicitCall> PIC = P.getAs<PreImplicitCall>()) { in create() local
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1371 bool PIC = PIE || ToolChain.isPICDefault(); in ParsePICArgs() local