Home
last modified time | relevance | path

Searched refs:Late (Results 1 – 25 of 56) sorted by relevance

123

/external/perfetto/test/trace_processor/graphics/
Dactual_frame_timeline_events.out4 41,33,1000,6,5,"Layer1","Late Present",0,0,"App Deadline Missed","Valid Prediction","Self Jank"
10 148,8,666,12,0,"[NULL]","Late Present",0,0,"SurfaceFlinger Scheduling, SurfaceFlinger CPU Deadline …
15 245,15,666,18,0,"[NULL]","Late Present",0,0,"SurfaceFlinger Stuffing","Valid Prediction","SurfaceFl…
/external/llvm-project/libcxx/
DTODO.TXT65 * INCOMPLETE - Late 36: permissions() error_code overload should be noexcept
66 * INCOMPLETE - Late 37: permissions() actions should be separate parameter
67 * INCOMPLETE - Late 42: resize_file() Postcondition missing argument
/external/oboe/samples/RhythmGame/src/main/cpp/utils/
DUtilityFunctions.cpp36 case TapResult::Late: in renderEvent()
DUtilityFunctions.h27 Late, enumerator
/external/libcxx/
DTODO.TXT66 * INCOMPLETE - Late 36: permissions() error_code overload should be noexcept
67 * INCOMPLETE - Late 37: permissions() actions should be separate parameter
68 * INCOMPLETE - Late 42: resize_file() Postcondition missing argument
/external/snakeyaml/src/test/resources/pyyaml/
Dspec-02-27.data27 Late afternoon is best.
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp601 ValueSeq &Late);
602 bool classifyInst(Instruction *UseI, ValueSeq &Early, ValueSeq &Late);
1167 ValueSeq &Cycle, ValueSeq &Early, ValueSeq &Late) { in classifyCycle() argument
1185 ValueSeq &First = !IsE ? Early : Late; in classifyCycle()
1189 ValueSeq &Second = IsE ? Early : Late; in classifyCycle()
1203 ValueSeq &Early, ValueSeq &Late) { in classifyInst() argument
1210 if (Late.count(TV) || Late.count(FV)) in classifyInst()
1213 } else if (Late.count(TV) || Late.count(FV)) { in classifyInst()
1216 Late.insert(UseI); in classifyInst()
1230 else if (Late.count(&*I)) in classifyInst()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonLoopIdiomRecognition.cpp582 ValueSeq &Late);
583 bool classifyInst(Instruction *UseI, ValueSeq &Early, ValueSeq &Late);
1148 ValueSeq &Cycle, ValueSeq &Early, ValueSeq &Late) { in classifyCycle() argument
1166 ValueSeq &First = !IsE ? Early : Late; in classifyCycle()
1170 ValueSeq &Second = IsE ? Early : Late; in classifyCycle()
1184 ValueSeq &Early, ValueSeq &Late) { in classifyInst() argument
1191 if (Late.count(TV) || Late.count(FV)) in classifyInst()
1194 } else if (Late.count(TV) || Late.count(FV)) { in classifyInst()
1197 Late.insert(UseI); in classifyInst()
1211 else if (Late.count(&*I)) in classifyInst()
[all …]
/external/llvm-project/llvm/test/YAMLParser/
Dspec-02-27.test29 Late afternoon is best.
/external/llvm/test/YAMLParser/
Dspec-02-27.test29 Late afternoon is best.
/external/llvm-project/llvm/lib/CodeGen/
DSplitKit.h444 bool Late, unsigned RegIdx);
448 unsigned SubIdx, LiveInterval &DestLI, bool Late, SlotIndex Def);
DSplitKit.cpp517 unsigned SubIdx, LiveInterval &DestLI, bool Late, SlotIndex Def) { in buildSingleSubRegCopy() argument
528 Def = Indexes.insertMachineInstrInMaps(*CopyMI, Late).getRegSlot(); in buildSingleSubRegCopy()
543 MachineBasicBlock::iterator InsertBefore, bool Late, unsigned RegIdx) { in buildCopy() argument
550 return Indexes.insertMachineInstrInMaps(*CopyMI, Late).getRegSlot(); in buildCopy()
593 BestIdx, DestLI, Late, SlotIndex()); in buildCopy()
623 DestLI, Late, Def); in buildCopy()
640 bool Late = RegIdx != 0; in defFromParent() local
653 Def = Edit->rematerializeAt(MBB, I, Reg, RM, TRI, Late); in defFromParent()
674 Def = Indexes.insertMachineInstrInMaps(*ImplicitDef, Late).getRegSlot(); in defFromParent()
677 Def = buildCopy(Edit->getReg(), Reg, LaneMask, MBB, I, Late, RegIdx); in defFromParent()
DLiveRangeEdit.cpp169 bool Late) { in rematerializeAt() argument
177 return LIS.getSlotIndexes()->insertMachineInstrInMaps(*MI, Late).getRegSlot(); in rematerializeAt()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.h436 bool Late, unsigned RegIdx);
440 unsigned SubIdx, LiveInterval &DestLI, bool Late, SlotIndex Def);
DSplitKit.cpp514 unsigned SubIdx, LiveInterval &DestLI, bool Late, SlotIndex Def) { in buildSingleSubRegCopy() argument
525 Def = Indexes.insertMachineInstrInMaps(*CopyMI, Late).getRegSlot(); in buildSingleSubRegCopy()
540 MachineBasicBlock::iterator InsertBefore, bool Late, unsigned RegIdx) { in buildCopy() argument
547 return Indexes.insertMachineInstrInMaps(*CopyMI, Late).getRegSlot(); in buildCopy()
590 BestIdx, DestLI, Late, SlotIndex()); in buildCopy()
620 DestLI, Late, Def); in buildCopy()
637 bool Late = RegIdx != 0; in defFromParent() local
650 Def = Edit->rematerializeAt(MBB, I, Reg, RM, TRI, Late); in defFromParent()
666 Def = buildCopy(Edit->getReg(), Reg, LaneMask, MBB, I, Late, RegIdx); in defFromParent()
DLiveRangeEdit.cpp169 bool Late) { in rematerializeAt() argument
177 return LIS.getSlotIndexes()->insertMachineInstrInMaps(*MI, Late).getRegSlot(); in rematerializeAt()
/external/llvm/include/llvm/CodeGen/
DLiveRangeEdit.h216 bool Late = false);
DSlotIndexes.h580 SlotIndex insertMachineInstrInMaps(MachineInstr &MI, bool Late = false) {
592 if (Late) {
/external/llvm-project/llvm/include/llvm/CodeGen/
DLiveRangeEdit.h222 bool Late = false);
DSlotIndexes.h535 SlotIndex insertMachineInstrInMaps(MachineInstr &MI, bool Late = false) {
547 if (Late) {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveRangeEdit.h222 bool Late = false);
DSlotIndexes.h533 SlotIndex insertMachineInstrInMaps(MachineInstr &MI, bool Late = false) {
545 if (Late) {
/external/llvm/lib/CodeGen/
DLiveRangeEdit.cpp148 bool Late) { in rematerializeAt() argument
156 return LIS.getSlotIndexes()->insertMachineInstrInMaps(*MI, Late).getRegSlot(); in rematerializeAt()
/external/hyphenation-patterns/hr/
Dhyph-hr.lic.txt41 % - Late 1994 first version
/external/oboe/samples/RhythmGame/src/main/cpp/
DGame.cpp170 return TapResult::Late; in getTapResult()

123