| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | DebuggerSupportPlugin.cpp | 401 MaterializationResponsibility &MR, LinkGraph &LG, in modifyPassConfig() argument 404 if (LG.getTargetTriple().getObjectFormat() == Triple::MachO) in modifyPassConfig() 405 modifyPassConfigForMachO(MR, LG, PassConfig); in modifyPassConfig() 409 << LG.getName() << "(triple = " << LG.getTargetTriple().str() in modifyPassConfig() 416 MaterializationResponsibility &MR, jitlink::LinkGraph &LG, in modifyPassConfigForMachO() argument 419 switch (LG.getTargetTriple().getArch()) { in modifyPassConfigForMachO() 423 assert(LG.getPointerSize() == 8 && "Graph has incorrect pointer size"); in modifyPassConfigForMachO() 424 assert(LG.getEndianness() == support::little && in modifyPassConfigForMachO() 431 << "MachO graph " << LG.getName() in modifyPassConfigForMachO() 432 << "(triple = " << LG.getTargetTriple().str() in modifyPassConfigForMachO() [all …]
|
| H A D | ObjectLinkingLayer.cpp | 306 Error modifyPassConfig(LinkGraph &LG, PassConfiguration &Config) override { in modifyPassConfig() argument 313 Layer.modifyPassConfig(*MR, LG, Config); in modifyPassConfig()
|
| H A D | ELFNixPlatform.cpp | 638 MaterializationResponsibility &MR, jitlink::LinkGraph &LG, in modifyPassConfig() argument
|
| H A D | COFFPlatform.cpp | 748 MaterializationResponsibility &MR, jitlink::LinkGraph &LG, in modifyPassConfig() argument
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | DebuggerSupportPlugin.h | 50 jitlink::LinkGraph &LG, 55 jitlink::LinkGraph &LG,
|
| H A D | DebugObjectManagerPlugin.h | 66 jitlink::LinkGraph &LG,
|
| /openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithObjectLinkingLayerPlugin/ |
| H A D | LLJITWithObjectLinkingLayerPlugin.cpp | 56 jitlink::LinkGraph &LG, in modifyPassConfig() argument 59 outs() << "MyPlugin -- Modifying pass config for " << LG.getName() << " (" in modifyPassConfig() 60 << LG.getTargetTriple().str() << "):\n"; in modifyPassConfig()
|
| /openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| H A D | 2561.key | 11 35i80zMBrG/LG+SS6tCXt4J07V6RXtrw+5S5f7UzwKSMFJy7kdakkQ4vM2NGrZHH
|
| H A D | 2980.key | 26 LG+M8eCSihg84TzoFy86GHZoTQof/7wIiz/2w+rC7YhFF0VTNYq4zg==
|
| H A D | 2478.chain | 11 o1njXTDl4ju+LG+WVTFxhycuDTn1Nr7DaHyE+wlRhhwfsOl+JPjARS0qXsMubvsr
|
| H A D | 2001.chain | 44 mneTbV+7GY6uu660Bu2XKAk8//LG+Pu8Q9ygUmvWvuh/IbZge+RDZSm6VvHwR02B
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | Jamo.txt | 73 11B0; LG # HANGUL JONGSEONG RIEUL-KIYEOK
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF_i386.cpp | 57 [&](LinkGraph &LG, Symbol &Sym) -> SectionRangeSymbolDesc { in getOrCreateGOTSymbol() argument
|
| H A D | ELF_x86_64.cpp | 293 [&](LinkGraph &LG, Symbol &Sym) -> SectionRangeSymbolDesc { in getOrCreateGOTSymbol() argument
|
| /openbsd-src/sys/dev/videomode/ |
| H A D | ediddevs | 60 vendor GSM LG Electronics
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 241 MI->setDesc(get(SystemZ::LG)); in expandLoadStackGuard() 1142 unsigned LoadOpcode = Op0IsGPR ? SystemZ::LG : SystemZ::LD; in foldMemoryOperandImpl() 1346 splitMove(MI, SystemZ::LG); in expandPostRAPseudo() 1605 LoadOpcode = SystemZ::LG; in getLoadStoreOpcodes() 1691 case SystemZ::LG: return SystemZ::LTG; in getLoadAndTest() 1938 case SystemZ::LG: in getLoadAndTrap()
|
| H A D | SystemZScheduleZEC12.td | 182 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LG(RL)?$")>; 188 def : InstRW<[WLat1, FXU, NormalGr], (instregex "LG(F|H)I$")>; 221 def : InstRW<[WLat1, FXU, NormalGr], (instregex "LG(B|H|F)R$")>; 229 def : InstRW<[WLat1LSU, FXU, LSU, NormalGr], (instregex "LG(B|H|F)$")>; 230 def : InstRW<[WLat1LSU, FXU, LSU, NormalGr], (instregex "LG(H|F)RL$")>;
|
| H A D | SystemZScheduleZ196.td | 177 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LG(RL)?$")>; 183 def : InstRW<[WLat1, FXU, NormalGr], (instregex "LG(F|H)I$")>; 213 def : InstRW<[WLat1, FXU, NormalGr], (instregex "LG(B|H|F)R$")>; 221 def : InstRW<[WLat1LSU, FXU, LSU, NormalGr], (instregex "LG(B|H|F)$")>; 222 def : InstRW<[WLat1LSU, FXU, LSU, NormalGr], (instregex "LG(H|F)RL$")>;
|
| H A D | SystemZFrameLowering.cpp | 1161 BuildMI(MBB, MBBI, DL, TII->get(SystemZ::LG), RestoreGPRs.LowGPR) in restoreCalleeSavedRegisters() 1330 BuildMI(StackExtMBB, DL, ZII->get(SystemZ::LG), SystemZ::R3D) in inlineStackProbe()
|
| H A D | SystemZScheduleZ13.td | 199 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LG(RL)?$")>; 205 def : InstRW<[WLat1, FXa, NormalGr], (instregex "LG(F|H)I$")>; 244 def : InstRW<[WLat1, FXa, NormalGr], (instregex "LG(B|H|F)R$")>; 252 def : InstRW<[WLat1LSU, FXa, LSU, NormalGr], (instregex "LG(B|H|F)$")>; 253 def : InstRW<[WLat1LSU, FXa, LSU, NormalGr], (instregex "LG(H|F)RL$")>;
|
| H A D | SystemZScheduleZ15.td | 201 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LG(RL)?$")>; 207 def : InstRW<[WLat1, FXa, NormalGr], (instregex "LG(F|H)I$")>; 249 def : InstRW<[WLat1, FXa, NormalGr], (instregex "LG(B|H|F)R$")>; 257 def : InstRW<[WLat1LSU, FXa, LSU, NormalGr], (instregex "LG(B|H|F)$")>; 258 def : InstRW<[WLat1LSU, FXa, LSU, NormalGr], (instregex "LG(H|F)RL$")>;
|
| H A D | SystemZScheduleZ14.td | 200 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LG(RL)?$")>; 206 def : InstRW<[WLat1, FXa, NormalGr], (instregex "LG(F|H)I$")>; 245 def : InstRW<[WLat1, FXa, NormalGr], (instregex "LG(B|H|F)R$")>; 253 def : InstRW<[WLat1LSU, FXa, LSU, NormalGr], (instregex "LG(B|H|F)$")>; 254 def : InstRW<[WLat1LSU, FXa, LSU, NormalGr], (instregex "LG(H|F)RL$")>;
|
| H A D | SystemZScheduleZ16.td | 201 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "LG(RL)?$")>; 207 def : InstRW<[WLat1, FXa, NormalGr], (instregex "LG(F|H)I$")>; 249 def : InstRW<[WLat1, FXa, NormalGr], (instregex "LG(B|H|F)R$")>; 257 def : InstRW<[WLat1LSU, FXa, LSU, NormalGr], (instregex "LG(B|H|F)$")>; 258 def : InstRW<[WLat1LSU, FXa, LSU, NormalGr], (instregex "LG(H|F)RL$")>;
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | RDFLiveness.cpp | 876 const RegisterAggr &LG = LiveMap[&B]; in computeLiveIns() local 877 for (auto I = LG.rr_begin(), E = LG.rr_end(); I != E; ++I) in computeLiveIns()
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | sysex | 291 >1 belong&0xffffff00 0x00202f00 LG Semicon America
|