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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRISelDAGToDAG.cpp 136 bool isPre = (AM == ISD::PRE_DEC);
141 if ((!isPre && Offs != 1) || (isPre && Offs != -1)) {
145 Opcode = (isPre) ? AVR::LDRdPtrPd : AVR::LDRdPtrPi;
149 if ((!isPre && Offs != 2) || (isPre && Offs != -2)) {
153 Opcode = (isPre) ? AVR::LDWRdPtrPd : AVR::LDWRdPtrPi;
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMBaseInstrInfo.cpp 129 bool isPre = false;
133 isPre = true;
208 if (isPre) {
    [all...]
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 127 bool isPre = false;
131 isPre = true;
221 if (isPre) {
    [all...]
ARMISelDAGToDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 151 bool isPre = false;
155 isPre = true;
240 if (isPre) {
    [all...]
ARMISelDAGToDAG.cpp     [all...]
  /external/testng/ant/3rdparty/
DTDDoc.jar 

Completed in 1276 milliseconds