Home
last modified time | relevance | path

Searched defs:lis (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocBase.cpp58 LiveIntervals &lis, in init()
DInterferenceCache.cpp57 LiveIntervals *lis, in init()
DInterferenceCache.h103 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { in clear()
DSplitKit.cpp71 InsertPointAnalysis::InsertPointAnalysis(const LiveIntervals &lis, in InsertPointAnalysis()
151 SplitAnalysis::SplitAnalysis(const VirtRegMap &vrm, const LiveIntervals &lis, in SplitAnalysis()
366 LiveIntervals &lis, VirtRegMap &vrm, in SplitEditor()
DRegisterPressure.cpp265 const LiveIntervals *lis, in init()
DRegisterCoalescer.cpp2375 LiveIntervals *lis, const TargetRegisterInfo *TRI, bool SubRangeJoin, in JoinVals()
/third_party/gstreamer/gstplugins_good/gst/goom/
Dppc_zoom_ultimate.s64 lis r12,0xFF label
195 lis r12,0xFF label
216 lis r17,0x0F01 label
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachinePipeliner.h200 SwingSchedulerDAG(MachinePipeliner &P, MachineLoop &L, LiveIntervals &lis, in SwingSchedulerDAG()
DLiveInterval.h996 explicit ConnectedVNInfoEqClasses(LiveIntervals &lis) : LIS(lis) {} in ConnectedVNInfoEqClasses()
/third_party/node/deps/v8/src/codegen/ppc/
Dassembler-ppc.cc961 void Assembler::lis(Register dst, const Operand& imm) { in lis() function in v8::internal::Assembler