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

  /external/swiftshader/third_party/LLVM/lib/Target/X86/InstPrinter/
X86IntelInstPrinter.cpp 111 bool NeedPlus = false;
114 NeedPlus = true;
118 if (NeedPlus) O << " + ";
122 NeedPlus = true;
127 if (NeedPlus) O << " + ";
133 if (NeedPlus) {
  /external/llvm/lib/Target/X86/InstPrinter/
X86IntelInstPrinter.cpp 173 bool NeedPlus = false;
176 NeedPlus = true;
180 if (NeedPlus) O << " + ";
184 NeedPlus = true;
188 if (NeedPlus) O << " + ";
194 if (NeedPlus) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
AddrModeMatcher.cpp 30 bool NeedPlus = false;
33 OS << (NeedPlus ? " + " : "")
36 NeedPlus = true;
40 OS << (NeedPlus ? " + " : "") << BaseOffs, NeedPlus = true;
43 OS << (NeedPlus ? " + " : "")
46 NeedPlus = true;
49 OS << (NeedPlus ? " + " : "")
52 NeedPlus = true;
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 310 bool NeedPlus = false;
313 NeedPlus = true;
317 if (NeedPlus) O << " + ";
321 NeedPlus = true;
325 if (NeedPlus) O << " + ";
330 if (NeedPlus) {
  /external/capstone/arch/X86/
X86IntelInstPrinter.c 768 bool NeedPlus = false;
800 NeedPlus = true;
804 if (NeedPlus) SStream_concat0(O, " + ");
808 NeedPlus = true;
816 if (NeedPlus) {
842 if (!NeedPlus) // [0]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 331 milliseconds