/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/ |
D | PredicateInfo.h | 99 static bool classof(const PredicateBase *PB) { in classof() 121 static bool classof(const PredicateBase *PB) { in classof() 134 static bool classof(const PredicateBase *PB) { in classof() 154 static bool classof(const PredicateBase *PB) { in classof() 170 static bool classof(const PredicateBase *PB) { in classof()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/ |
H A D | PredicateInfo.h | 100 static bool classof(const PredicateBase *PB) { in classof() 122 static bool classof(const PredicateBase *PB) { in classof() 135 static bool classof(const PredicateBase *PB) { in classof() 155 static bool classof(const PredicateBase *PB) { in classof() 171 static bool classof(const PredicateBase *PB) { in classof()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/ |
D | PredicateInfo.h | 99 static bool classof(const PredicateBase *PB) { in classof() 121 static bool classof(const PredicateBase *PB) { in classof() 134 static bool classof(const PredicateBase *PB) { in classof() 154 static bool classof(const PredicateBase *PB) { in classof() 170 static bool classof(const PredicateBase *PB) { in classof()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/ |
D | PredicateInfo.h | 99 static bool classof(const PredicateBase *PB) { in classof() 121 static bool classof(const PredicateBase *PB) { in classof() 134 static bool classof(const PredicateBase *PB) { in classof() 154 static bool classof(const PredicateBase *PB) { in classof() 170 static bool classof(const PredicateBase *PB) { in classof()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/ |
D | PredicateInfo.h | 99 static bool classof(const PredicateBase *PB) { in classof() 121 static bool classof(const PredicateBase *PB) { in classof() 134 static bool classof(const PredicateBase *PB) { in classof() 154 static bool classof(const PredicateBase *PB) { in classof() 170 static bool classof(const PredicateBase *PB) { in classof()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
H A D | PredicateInfo.h | 118 static bool classof(const PredicateBase *PB) { in classof() 138 static bool classof(const PredicateBase *PB) { in classof() 151 static bool classof(const PredicateBase *PB) { in classof() 171 static bool classof(const PredicateBase *PB) { in classof() 187 static bool classof(const PredicateBase *PB) { in classof()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/testing/ |
D | benchmark.go | 729 type PB struct { struct 730 globalN *atomic.Uint64 // shared between all worker goroutines iteration counter 731 grain uint64 // acquire that many iterations from globalN at once 732 cache uint64 // local cache of acquired iterations 733 bN uint64 // total number of iterations to execute (b.N) 737 func (pb *PB) Next() bool {
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/cuda/ |
H A D | StaticSort.h | 30 struct PB { struct 31 CUTLASS_HOST_DEVICE PB(A& a) { in PB() argument
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/bug392.dir/ |
D | one.go | 41 type PB struct { x int } struct 43 func (t *PB) Reset() { *t = PB{} }
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | PredicateInfo.cpp | 55 const BasicBlock *getBranchBlock(const PredicateBase *PB) { in getBranchBlock() 64 static Instruction *getBranchTerminator(const PredicateBase *PB) { in getBranchTerminator() 72 std::pair<BasicBlock *, BasicBlock *> getBlockEdge(const PredicateBase *PB) { in getBlockEdge() 385 Value *Op, PredicateBase *PB) { in addInfoFor() 467 PredicateBase *PB = in processBranch() local 905 if (const auto *PB = dyn_cast<PredicateBranch>(PI)) { in emitInstructionAnnot() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | PredicateInfo.cpp | 59 const BasicBlock *getBranchBlock(const PredicateBase *PB) { in getBranchBlock() 68 static Instruction *getBranchTerminator(const PredicateBase *PB) { in getBranchTerminator() 77 getBlockEdge(const PredicateBase *PB) { in getBlockEdge() 342 PredicateBase *PB) { in addInfoFor() 412 PredicateBase *PB = in processBranch() local 839 if (const auto *PB = dyn_cast<PredicateBranch>(PI)) { in emitInstructionAnnot() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Passes/ |
D | CodeGenPassBuilder.h | 162 AddIRPass(ModulePassManager &MPM, const DerivedT &PB) : MPM(MPM), PB(PB) {} in AddIRPass() 194 const DerivedT &PB; variable 200 AddMachinePass(ModulePassManager &MPM, const DerivedT &PB) in AddMachinePass() 243 const DerivedT &PB; variable
|
D | PassPlugin.h | 82 void registerPassBuilderCallbacks(PassBuilder &PB) const { in registerPassBuilderCallbacks()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Passes/ |
D | CodeGenPassBuilder.h | 161 AddIRPass(ModulePassManager &MPM, const DerivedT &PB) : MPM(MPM), PB(PB) {} in AddIRPass() 199 const DerivedT &PB; variable 205 AddMachinePass(ModulePassManager &MPM, const DerivedT &PB) in AddMachinePass() 246 const DerivedT &PB; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Passes/ |
D | CodeGenPassBuilder.h | 161 AddIRPass(ModulePassManager &MPM, const DerivedT &PB) : MPM(MPM), PB(PB) {} in AddIRPass() 199 const DerivedT &PB; variable 205 AddMachinePass(ModulePassManager &MPM, const DerivedT &PB) in AddMachinePass() 246 const DerivedT &PB; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | SpeculateAnalyses.cpp | 93 PassBuilder PB; in operator ()() local 240 PassBuilder PB; in queryCFG() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | SpeculateAnalyses.cpp | 93 PassBuilder PB; in operator ()() local 241 PassBuilder PB; in queryCFG() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 634 const MCExpr *PB = in EmitInstruction() local 656 const MCExpr *PB = in EmitInstruction() local 726 const MCExpr *PB = MCSymbolRefExpr::create( in EmitInstruction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 175 PassBuilder PB(TM, Conf.PTO, PGOOpt, &PIC); in runNewPMPasses() local 233 PassBuilder PB(TM); in runNewPMCustomPasses() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/ |
H A D | LTOBackend.cpp | 185 PassBuilder &PB) { in RegisterPassPlugins() 262 PassBuilder PB(TM, Conf.PTO, PGOOpt, &PIC); in runNewPMPasses() local
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/power/tel/ |
D | PowerTelAirplaneMode_Test.py | 16 import acts_contrib.test_utils.power.cellular.cellular_power_preset_base_test as PB namespace
|
D | PowerTelIdle_Preset_Test.py | 17 import acts_contrib.test_utils.power.cellular.cellular_power_preset_base_test as PB namespace
|
D | PowerTelPdcchFr2_Preset_Test.py | 14 import acts_contrib.test_utils.power.cellular.cellular_power_preset_base_test as PB namespace
|
D | PowerTelPdcch_Preset_Test.py | 14 import acts_contrib.test_utils.power.cellular.cellular_power_preset_base_test as PB namespace
|
/aosp_15_r20/external/llvm/tools/opt/ |
H A D | NewPMDriver.cpp | 56 PassBuilder PB(TM); in runPassPipeline() local
|