| /freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | open-pic.txt | 1 * Open PIC Binding 4 representation of an Open PIC compliant interrupt controller. This binding is 5 based on the binding defined for Open PIC in [1] and is a superset of that 13 - compatible: Specifies the compatibility list for the PIC. The type 17 PIC's addressable register space. The type shall be <prop-encoded-array>. 20 as an Open PIC. No property value shall be defined. 31 - pic-no-reset: The presence of this property indicates that the PIC 55 * An Open PIC interrupt controller 62 // this Open PIC node do not need a parent address specifier. 71 // Compatible with Open PIC. [all …]
|
| H A D | marvell,armada-8k-pic.txt | 1 Marvell Armada 7K/8K PIC Interrupt controller 4 This is the Device Tree binding for the PIC, a secondary interrupt 13 - reg: the register area for the PIC interrupt controller
|
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | StandardInstrumentations.cpp | 455 PassInstrumentationCallbacks &PIC) { in registerRequiredCallbacks() argument 456 PIC.registerBeforeNonSkippedPassCallback([&PIC, this](StringRef P, Any IR) { in registerRequiredCallbacks() 457 saveIRBeforePass(IR, P, PIC.getPassNameForClassName(P)); in registerRequiredCallbacks() 460 PIC.registerAfterPassCallback( in registerRequiredCallbacks() 461 [&PIC, this](StringRef P, Any IR, const PreservedAnalyses &) { in registerRequiredCallbacks() 462 handleIRAfterPass(IR, P, PIC.getPassNameForClassName(P)); in registerRequiredCallbacks() 464 PIC.registerAfterPassInvalidatedCallback( in registerRequiredCallbacks() 509 void IRChangedPrinter::registerCallbacks(PassInstrumentationCallbacks &PIC) { in registerCallbacks() argument 512 TextChangeReporter<std::string>::registerRequiredCallbacks(PIC); in registerCallbacks() 542 void IRChangedTester::registerCallbacks(PassInstrumentationCallbacks &PIC) { in registerCallbacks() argument [all …]
|
| /freebsd/sys/contrib/device-tree/src/powerpc/ |
| H A D | mpc8272ads.dts | 74 interrupt-parent = <&PIC>; 108 interrupt-parent = <&PIC>; 156 interrupt-parent = <&PIC>; 167 interrupt-parent = <&PIC>; 176 interrupt-parent = <&PIC>; 191 interrupt-parent = <&PIC>; 197 interrupt-parent = <&PIC>; 210 interrupt-parent = <&PIC>; 223 interrupt-parent = <&PIC>; 234 interrupt-parent = <&PIC>; [all …]
|
| H A D | pq2fads.dts | 73 interrupt-parent = <&PIC>; 106 interrupt-parent = <&PIC>; 155 interrupt-parent = <&PIC>; 166 interrupt-parent = <&PIC>; 177 interrupt-parent = <&PIC>; 189 interrupt-parent = <&PIC>; 207 interrupt-parent = <&PIC>; 213 interrupt-parent = <&PIC>; 225 interrupt-parent = <&PIC>; 231 PIC: interrupt-controller@10c00 { label
|
| H A D | ep8248e.dts | 72 interrupt-parent = <&PIC>; 77 interrupt-parent = <&PIC>; 135 interrupt-parent = <&PIC>; 148 interrupt-parent = <&PIC>; 161 interrupt-parent = <&PIC>; 174 interrupt-parent = <&PIC>; 186 interrupt-parent = <&PIC>; 192 PIC: interrupt-controller@10c00 { label
|
| H A D | mgcoge.dts | 140 interrupt-parent = <&PIC>; 153 interrupt-parent = <&PIC>; 164 interrupt-parent = <&PIC>; 194 interrupt-parent = <&PIC>; 207 interrupt-parent = <&PIC>; 218 interrupt-parent = <&PIC>; 226 interrupt-parent = <&PIC>; 246 PIC: interrupt-controller@10c00 { label
|
| H A D | mpc885ads.dts | 32 interrupt-parent = <&PIC>; 103 interrupt-parent = <&PIC>; 115 interrupt-parent = <&PIC>; 120 PIC: interrupt-controller@0 { label 134 interrupt-parent = <&PIC>; 171 interrupt-parent = <&PIC>; 228 interrupt-parent = <&PIC>;
|
| H A D | tqm8xx.dts | 39 interrupt-parent = <&PIC>; 73 interrupt-parent = <&PIC>; 85 interrupt-parent = <&PIC>; 115 interrupt-parent = <&PIC>; 120 PIC: pic@0 { label 161 interrupt-parent = <&PIC>;
|
| H A D | ep88xc.dts | 32 interrupt-parent = <&PIC>; 98 interrupt-parent = <&PIC>; 110 interrupt-parent = <&PIC>; 115 PIC: interrupt-controller@0 { label 129 interrupt-parent = <&PIC>; 165 interrupt-parent = <&PIC>;
|
| H A D | adder875-redboot.dts | 37 interrupt-parent = <&PIC>; 100 interrupt-parent = <&PIC>; 112 interrupt-parent = <&PIC>; 117 PIC: interrupt-controller@0 { label 156 interrupt-parent = <&PIC>;
|
| H A D | adder875-uboot.dts | 37 interrupt-parent = <&PIC>; 99 interrupt-parent = <&PIC>; 111 interrupt-parent = <&PIC>; 116 PIC: interrupt-controller@0 { label 155 interrupt-parent = <&PIC>;
|
| H A D | mpc866ads.dts | 32 interrupt-parent = <&PIC>; 83 interrupt-parent = <&PIC>; 88 PIC: pic@0 { label 129 interrupt-parent = <&PIC>;
|
| /freebsd/contrib/llvm-project/llvm/tools/llc/ |
| H A D | NewPMDriver.cpp | 112 PassInstrumentationCallbacks PIC; in compileModuleWithNewPM() local 115 registerCodeGenCallback(PIC, *Target); in compileModuleWithNewPM() 122 PassBuilder PB(Target.get(), PipelineTuningOptions(), std::nullopt, &PIC); in compileModuleWithNewPM() 129 SI.registerCallbacks(PIC, &MAM); in compileModuleWithNewPM() 158 MPM, *OS, DwoOut ? &DwoOut->os() : nullptr, FileType, Opt, &PIC)); in compileModuleWithNewPM() 165 MPM.printPipeline(OS, [&PIC](StringRef ClassName) { in compileModuleWithNewPM() 166 auto PassName = PIC.getPassNameForClassName(ClassName); in compileModuleWithNewPM()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CodeGenPassBuilder.cpp | 29 PassInstrumentationCallbacks *PIC) in X86CodeGenPassBuilder() argument 30 : CodeGenPassBuilder(TM, Opts, PIC) {} in X86CodeGenPassBuilder() 61 PassInstrumentationCallbacks *PIC) { in buildCodeGenPipeline() argument 62 auto CGPB = X86CodeGenPassBuilder(*this, Opt, PIC); in buildCodeGenPipeline()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | StandardInstrumentations.h | 52 LLVM_ABI void registerCallbacks(PassInstrumentationCallbacks &PIC); 96 PassInstrumentationCallbacks *PIC; variable 108 LLVM_ABI void registerCallbacks(PassInstrumentationCallbacks &PIC); 121 LLVM_ABI void registerCallbacks(PassInstrumentationCallbacks &PIC); 140 LLVM_ABI void registerCallbacks(PassInstrumentationCallbacks &PIC); 193 LLVM_ABI void registerCallbacks(PassInstrumentationCallbacks &PIC, 229 void registerRequiredCallbacks(PassInstrumentationCallbacks &PIC); 290 void registerCallbacks(PassInstrumentationCallbacks &PIC); 306 void registerCallbacks(PassInstrumentationCallbacks &PIC); 455 void registerCallbacks(PassInstrumentationCallbacks &PIC); [all …]
|
| H A D | TargetPassRegistry.inc | 24 auto *PIC = PB.getPassInstrumentationCallbacks(); 25 if (PIC) { 26 PIC->registerClassToPassNameCallback([this, PIC]() { 31 PIC->addClassToPassName(decltype(CREATE_PASS)::name(), NAME); 33 PIC->addClassToPassName(CLASS, NAME);
|
| /freebsd/contrib/sendmail/doc/op/ |
| H A D | Makefile | 12 PIC= ${PIC_CMD} -C macro 20 OPTXT_CMD= ${PIC} ${SRCS} | ${EQNASCII} | ${ROFFASCII} | ${ULASCII} 2>/dev/null 21 OPTXTNS_CMD= ${PIC} ${SRCS} | ${EQNASCII} | ${ROFFNOSGR} | ${ULASCII} 27 ${PIC} ${SRCS} | ${EQNPS} | ${ROFFPS} > $@
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | x68000 | 6 # Yanagisawa PIC picture 7 0 string PIC 10 >>>&0 ubyte 0 Yanagisawa PIC image file,
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | PassTimingInfo.cpp | 299 void TimePassesHandler::registerCallbacks(PassInstrumentationCallbacks &PIC) { in registerCallbacks() argument 303 PIC.registerBeforeNonSkippedPassCallback( in registerCallbacks() 305 PIC.registerAfterPassCallback( in registerCallbacks() 309 PIC.registerAfterPassInvalidatedCallback( in registerCallbacks() 313 PIC.registerBeforeAnalysisCallback( in registerCallbacks() 315 PIC.registerAfterAnalysisCallback( in registerCallbacks()
|
| H A D | DroppedVariableStatsIR.cpp | 90 PassInstrumentationCallbacks &PIC) { in registerCallbacks() argument 94 PIC.registerBeforeNonSkippedPassCallback( in registerCallbacks() 96 PIC.registerAfterPassCallback( in registerCallbacks() 100 PIC.registerAfterPassInvalidatedCallback( in registerCallbacks()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600TargetMachine.cpp | 153 PassInstrumentationCallbacks *PIC) { in buildCodeGenPipeline() argument 154 R600CodeGenPassBuilder CGPB(*this, Opts, PIC); in buildCodeGenPipeline() 171 PassInstrumentationCallbacks *PIC) in R600CodeGenPassBuilder() argument 172 : CodeGenPassBuilder(TM, Opts, PIC) { in R600CodeGenPassBuilder()
|
| /freebsd/lib/libc/gen/ |
| H A D | dlfcn.c | 29 #if !defined(IN_LIBDL) || defined(PIC) 170 #ifndef PIC 216 #elif defined PIC in _dl_iterate_phdr_locked() 246 #if !defined(IN_LIBDL) && !defined(PIC) in dl_iterate_phdr() 250 #if !defined(IN_LIBDL) && !defined(PIC) in dl_iterate_phdr()
|
| /freebsd/contrib/llvm-project/lld/docs/ELF/ |
| H A D | large_sections.rst | 11 PIC code, a reference to a static global variable is typically done with a 45 Note that the above applies to PIC code. For less common non-PIC code with 48 non-PIC code, large sections should be placed after all small sections to avoid
|
| /freebsd/contrib/llvm-project/llvm/tools/opt/ |
| H A D | NewPMDriver.cpp | 420 PassInstrumentationCallbacks PIC; in runPassPipeline() local 426 SI.registerCallbacks(PIC, &MAM); in runPassPipeline() 433 Debugify.registerCallbacks(PIC, MAM); in runPassPipeline() 439 Debugify.registerCallbacks(PIC, MAM); in runPassPipeline() 448 PassBuilder PB(TM, PTO, P, &PIC); in runPassPipeline() 535 MPM.printPipeline(SOS, [&PIC](StringRef ClassName) { in runPassPipeline() 536 auto PassName = PIC.getPassNameForClassName(ClassName); in runPassPipeline()
|