Home
last modified time | relevance | path

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

12345678910

/aosp_15_r20/external/leakcanary2/docs/
H A Dupgrading-to-leakcanary-2.0.md10 ### Before subsection
39 ### Before subsection
68 ### Before subsection
126 ### Before subsection
163 ### Before subsection
200 ### Before subsection
254 ### Before subsection
283 ### Before subsection
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp560 MachineBasicBlock::iterator Before) { in saveSCC()
629 MachineBasicBlock::iterator Before, in toExact()
651 MachineBasicBlock::iterator Before, in toWQM()
670 MachineBasicBlock::iterator Before, in toWWM()
681 MachineBasicBlock::iterator Before, in fromWWM()
789 MachineBasicBlock::iterator Before = in processBlock() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Passes/
H A DStandardInstrumentations.cpp363 T &Before = BeforeStack.back(); in handleIRAfterPass() local
461 const std::string &Before, in handleAfter()
524 const std::string &Before, in handleAfter()
531 const OrderedChangedData &Before, const OrderedChangedData &After, in report()
605 const FuncDataT<T> &Before, const FuncDataT<T> &After)> in compare()
968 const CFG &Before, in printDiff()
1175 const IRDataT<EmptyData> &Before, in handleAfter()
1194 bool InModule, unsigned Minor, const FuncDataT<EmptyData> &Before, in handleFunctionCompare()
1630 DotCfgDiff::DotCfgDiff(StringRef Title, const FuncDataT<DCData> &Before, in DotCfgDiff()
1877 bool InModule, unsigned Minor, const FuncDataT<DCData> &Before, in handleFunctionCompare()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp744 MachineBasicBlock::iterator Before) { in saveSCC()
1207 MachineBasicBlock::iterator Before, in toExact()
1225 MachineBasicBlock::iterator Before, in toWQM()
1241 MachineBasicBlock::iterator Before, in toStrictMode()
1267 MachineBasicBlock::iterator Before, in fromStrictMode()
1413 MachineBasicBlock::iterator Before = in processBlock() local
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/xml/
Dread_test.go248 Before, After string member
253 Before, After string member
259 Before, After string member
268 Before, After string member
273 Before, After string member
/aosp_15_r20/external/swiftshader/tests/regres/cov/
H A Dspan.go47 func (l Location) Before(o Location) bool { return l.Compare(o) == -1 } func
77 func (s Span) Before(o Span) bool { return s.Compare(o) == -1 } func
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DAssignmentTrackingAnalysis.h71 const VarLocInfo *locs_begin(const Instruction *Before) const { in locs_begin()
79 const VarLocInfo *locs_end(const Instruction *Before) const { in locs_end()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DAssignmentTrackingAnalysis.h71 const VarLocInfo *locs_begin(const Instruction *Before) const { in locs_begin()
79 const VarLocInfo *locs_end(const Instruction *Before) const { in locs_end()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86FastPreTileConfig.cpp202 void X86FastPreTileConfig::spill(MachineBasicBlock::iterator Before, in spill()
514 auto Config = [&](MachineInstr &Before) { in configBasicBlock()
644 MachineInstr *Before; in configBasicBlock() local
/aosp_15_r20/external/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp583 bool Before = !MO.isDef(); in RepairingPlacement() local
659 bool Before) { in addInsertPoint()
681 bool Before) in InstrInsertPoint()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DAssignmentTrackingAnalysis.h79 const VarLocInfo *locs_begin(const Instruction *Before) const { in locs_begin()
87 const VarLocInfo *locs_end(const Instruction *Before) const { in locs_end()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DAssignmentTrackingAnalysis.h79 const VarLocInfo *locs_begin(const Instruction *Before) const { in locs_begin()
87 const VarLocInfo *locs_end(const Instruction *Before) const { in locs_end()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DAssignmentTrackingAnalysis.h79 const VarLocInfo *locs_begin(const Instruction *Before) const { in locs_begin()
87 const VarLocInfo *locs_end(const Instruction *Before) const { in locs_end()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp736 bool Before = !MO.isDef(); in RepairingPlacement() local
818 bool Before) { in addInsertPoint()
840 bool Before) in InstrInsertPoint()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp770 bool Before = !MO.isDef(); in RepairingPlacement() local
852 bool Before) { in addInsertPoint()
874 bool Before) in InstrInsertPoint()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h375 IRComparer(const IRDataT<T> &Before, const IRDataT<T> &After) in IRComparer()
394 const IRDataT<T> &Before; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Passes/
DStandardInstrumentations.h391 IRComparer(const IRDataT<T> &Before, const IRDataT<T> &After) in IRComparer()
410 const IRDataT<T> &Before; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Passes/
DStandardInstrumentations.h391 IRComparer(const IRDataT<T> &Before, const IRDataT<T> &After) in IRComparer()
410 const IRDataT<T> &Before; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Passes/
DStandardInstrumentations.h391 IRComparer(const IRDataT<T> &Before, const IRDataT<T> &After) in IRComparer()
410 const IRDataT<T> &Before; variable
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp335 MachineBasicBlock::iterator Before, in toExact()
350 MachineBasicBlock::iterator Before, in toWQM()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Passes/
DStandardInstrumentations.h403 IRComparer(const IRDataT<T> &Before, const IRDataT<T> &After) in IRComparer()
423 const IRDataT<T> &Before; variable
/aosp_15_r20/external/junit/src/main/java/org/junit/
H A DBefore.java37 public @interface Before { annotation
/aosp_15_r20/packages/modules/adb/docs/dev/
Ddelayed_ack.md46 ### Before subsection
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DBlockFrequency.h51 uint64_t Before = Freq.Frequency; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DBlockFrequency.h52 uint64_t Before = Freq.Frequency; variable

12345678910