HomeSort by relevance Sort by last modified time
    Searched refs:LIFETIME_END (Results 1 - 25 of 26) sorted by null

1 2

  /external/llvm/lib/CodeGen/
StackColoring.cpp 134 // 4| LIFETIME_END b3 | 7| LIFETIME_END b4, b5 |
139 // 9| LIFETIME_END b1, b2 |
200 // \ / 7| LIFETIME_END b3 | |
205 // 9| LIFETIME_END b1, b2 |
215 // that does not encounter the b3 LIFETIME_END, hence b3's lifetime is
247 /// marked by the LIFETIME_START and LIFETIME_END pseudo instructions.
429 MI.getOpcode() == TargetOpcode::LIFETIME_END) &&
430 "Expected LIFETIME_START or LIFETIME_END op");
449 MI.getOpcode() == TargetOpcode::LIFETIME_END) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
StackColoring.cpp 267 // 4| LIFETIME_END b3 | 7| LIFETIME_END b4, b5 |
272 // 9| LIFETIME_END b1, b2 |
336 // \ / 7| LIFETIME_END b3 | |
341 // 9| LIFETIME_END b1, b2 |
351 // that does not encounter the b3 LIFETIME_END, hence b3's lifetime is
380 /// marked by the LIFETIME_START and LIFETIME_END pseudo instructions.
570 MI.getOpcode() == TargetOpcode::LIFETIME_END) &&
571 "Expected LIFETIME_START or LIFETIME_END op");
587 MI.getOpcode() == TargetOpcode::LIFETIME_END) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
MachineInstr.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp     [all...]
SelectionDAGDumper.cpp 310 case ISD::LIFETIME_END: return "lifetime.end";
SelectionDAGISel.cpp     [all...]
ScheduleDAGRRList.cpp 680 case ISD::LIFETIME_END:
    [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp     [all...]
SelectionDAGDumper.cpp 338 case ISD::LIFETIME_END: return "lifetime.end";
    [all...]
ScheduleDAGRRList.cpp 704 case ISD::LIFETIME_END:
    [all...]
SelectionDAGISel.cpp     [all...]
SelectionDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp 692 if (MI->getOpcode() == TargetOpcode::LIFETIME_END)
    [all...]
HexagonGenInsert.cpp     [all...]
HexagonBitSimplify.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp     [all...]
HexagonBitSimplify.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
MipsGenInstrInfo.inc 33 LIFETIME_END = 18,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
AArch64GenInstrInfo.inc 33 LIFETIME_END = 18,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
ARMGenInstrInfo.inc 33 LIFETIME_END = 18,
    [all...]

Completed in 1590 milliseconds

1 2