Home
last modified time | relevance | path

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

1234

/external/swiftshader/tests/regres/cov/
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
/external/junit/src/main/java/org/junit/
DBefore.java37 public @interface Before { annotation
/external/swiftshader/third_party/llvm-16.0/llvm/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
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
/external/rust/crates/gdbstub/.github/
Dpull_request_template.md152 ### Before subsection
/external/bazelbuild-rules_python/gazelle/python/
Dlifecycle.go26 func (l *LifeCycleManager) Before(ctx context.Context) { func
/external/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h45 bool Before; variable
/external/wpa_supplicant_8/wpa_supplicant/systemd/
Dwpa_supplicant.service.in3 Before=network.target key
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DBlockFrequency.cpp42 uint64_t Before = Freq.Frequency; in operator +=() local
/external/selinux/mcstrans/src/
Dmcstrans.service6 Before=shutdown.target sysinit.target key
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBlockFrequency.cpp41 uint64_t Before = Freq.Frequency; in operator +=() local
/external/llvm/lib/Support/
DBlockFrequency.cpp43 uint64_t Before = Freq.Frequency; in operator +=() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Passes/
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 …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86FastPreTileConfig.cpp202 void X86FastPreTileConfig::spill(MachineBasicBlock::iterator Before, in spill()
514 auto Config = [&](MachineInstr &Before) { in configBasicBlock()
644 MachineInstr *Before; in configBasicBlock() local
/external/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp583 bool Before = !MO.isDef(); in RepairingPlacement() local
659 bool Before) { in addInsertPoint()
681 bool Before) in InstrInsertPoint()
DMachineIRBuilder.cpp38 void MachineIRBuilder::setInstr(MachineInstr &MI, bool Before) { in setInstr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp736 bool Before = !MO.isDef(); in RepairingPlacement() local
818 bool Before) { in addInsertPoint()
840 bool Before) in InstrInsertPoint()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp770 bool Before = !MO.isDef(); in RepairingPlacement() local
852 bool Before) { in addInsertPoint()
874 bool Before) in InstrInsertPoint()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Passes/
DStandardInstrumentations.h375 IRComparer(const IRDataT<T> &Before, const IRDataT<T> &After) in IRComparer()
394 const IRDataT<T> &Before; variable
/external/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp335 MachineBasicBlock::iterator Before, in toExact()
350 MachineBasicBlock::iterator Before, in toWQM()
/external/rust/crates/rustversion/src/
Dexpr.rs16 Before(Bound), enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DARMBlockPlacement.cpp247 MachineBasicBlock *Before) { in moveBasicBlock()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DPrintPasses.cpp207 std::string llvm::doSystemDiff(StringRef Before, StringRef After, in doSystemDiff()
/external/llvm/include/llvm/Transforms/IPO/
DWholeProgramDevirt.h96 AccumBitVector Before; member

1234