HomeSort by relevance Sort by last modified time
    Searched defs:OCC (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
Thumb2ITBlockPass.cpp 50 ARMCC::CondCodes CC, ARMCC::CondCodes OCC,
125 ARMCC::CondCodes CC, ARMCC::CondCodes OCC,
165 // Then peek at the next instruction to see if it's predicated on CC or OCC.
174 if (NCC == CC || NCC == OCC)
213 ARMCC::CondCodes OCC = ARMCC::getOppositeCondition(CC);
231 if (NCC == CC || NCC == OCC) {
239 MoveCopyOutOfITBlock(NMI, CC, OCC, Defs, Uses)) {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb2ITBlockPass.cpp 44 ARMCC::CondCodes CC, ARMCC::CondCodes OCC,
108 ARMCC::CondCodes CC, ARMCC::CondCodes OCC,
148 // Then peek at the next instruction to see if it's predicated on CC or OCC.
157 if (NCC == CC || NCC == OCC)
196 ARMCC::CondCodes OCC = ARMCC::getOppositeCondition(CC);
210 if (NCC == CC || NCC == OCC) {
218 MoveCopyOutOfITBlock(NMI, CC, OCC, Defs, Uses)) {

Completed in 961 milliseconds