HomeSort by relevance Sort by last modified time
    Searched refs:SnipLI (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
InlineSpiller.cpp 155 bool isSnippet(const LiveInterval &SnipLI);
222 /// It is assumed that SnipLI is a virtual register with the same original as
224 bool InlineSpiller::isSnippet(const LiveInterval &SnipLI) {
234 if (SnipLI.getNumValNums() > 2 || !LIS.intervalIsInOneMBB(SnipLI))
241 RI = MRI.reg_nodbg_begin(SnipLI.reg);
250 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot)
254 if (SnipLI.reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot)
284 LiveInterval &SnipLI = LIS.getInterval(SnipReg);
285 if (!isSnippet(SnipLI))
    [all...]
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 185 bool isSnippet(const LiveInterval &SnipLI);
250 /// It is assumed that SnipLI is a virtual register with the same original as
252 bool InlineSpiller::isSnippet(const LiveInterval &SnipLI) {
262 if (SnipLI.getNumValNums() > 2 || !LIS.intervalIsInOneMBB(SnipLI))
269 RI = MRI.reg_instr_nodbg_begin(SnipLI.reg),
279 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot)
283 if (SnipLI.reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot)
314 LiveInterval &SnipLI = LIS.getInterval(SnipReg);
315 if (!isSnippet(SnipLI))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
InlineSpiller.cpp 208 bool isSnippet(const LiveInterval &SnipLI);
268 /// It is assumed that SnipLI is a virtual register with the same original as
270 bool InlineSpiller::isSnippet(const LiveInterval &SnipLI) {
280 if (SnipLI.getNumValNums() > 2 || !LIS.intervalIsInOneMBB(SnipLI))
287 RI = MRI.reg_instr_nodbg_begin(SnipLI.reg),
297 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot)
301 if (SnipLI.reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot)
332 LiveInterval &SnipLI = LIS.getInterval(SnipReg);
333 if (!isSnippet(SnipLI))
    [all...]

Completed in 190 milliseconds