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

  /external/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp 77 bool Expanded = false;
82 Expanded |= expandInstr(*BB, I++);
84 return Expanded;
527 // Add an emergency spill slot if a pseudo was expanded.
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 547 APInt Expanded = C->getAPIntValue() | (~NewMask);
549 if (Expanded.isAllOnesValue()) {
550 if (Expanded != C->getAPIntValue()) {
553 TLO.DAG.getConstant(Expanded, VT));
    [all...]

Completed in 930 milliseconds