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

  /external/capstone/arch/XCore/
XCoreDisassembler.c 195 unsigned Combined = fieldFromInstruction_4(Insn, 6, 5);
197 if (Combined < 27)
201 if (Combined == 31)
203 Combined += 5;
206 Combined -= 27;
207 Op1High = Combined % 3;
208 Op2High = Combined / 3;
219 unsigned Combined = fieldFromInstruction_4(Insn, 6, 5);
220 if (Combined >= 27)
223 Op1High = Combined % 3
    [all...]
  /external/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp 242 unsigned Combined = fieldFromInstruction(Insn, 6, 5);
243 if (Combined < 27)
246 if (Combined == 31)
248 Combined += 5;
250 Combined -= 27;
251 unsigned Op1High = Combined % 3;
252 unsigned Op2High = Combined / 3;
261 unsigned Combined = fieldFromInstruction(Insn, 6, 5);
262 if (Combined >= 27)
265 unsigned Op1High = Combined % 3
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 36 STATISTIC(NumLoadsCombined, "Number of loads combined");
121 bool Combined = false;
130 Combined = true;
132 return Combined;
135 /// \brief Try to aggregate loads from a sorted list of loads to be combined.
143 bool Combined = false;
163 Combined = true;
178 Combined = true;
179 return Combined;
219 Twine(Loads[0].Load->getName()) + ".combined", false
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp 242 unsigned Combined = fieldFromInstruction(Insn, 6, 5);
243 if (Combined < 27)
246 if (Combined == 31)
248 Combined += 5;
250 Combined -= 27;
251 unsigned Op1High = Combined % 3;
252 unsigned Op2High = Combined / 3;
261 unsigned Combined = fieldFromInstruction(Insn, 6, 5);
262 if (Combined >= 27)
265 unsigned Op1High = Combined % 3
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
ConstantFold.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
ConstantFold.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 508 /// path string table, used to correlate with combined index
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 80 STATISTIC(NodesCombined , "Number of dag nodes combined");
140 /// Set of nodes which have been combined (at least once).
143 /// which have not yet been combined to the worklist.
179 // Skip handle nodes as they can't usefully be combined and confuse the
522 /// can be combined into narrow loads.
3039 SDValue combined; local
    [all...]

Completed in 3111 milliseconds