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

  /external/llvm/lib/Target/PowerPC/
PPCTLSDynamicCall.cpp 72 unsigned InReg = MI->getOperand(1).getReg();
78 OrigRegs.push_back(InReg);
104 .addReg(InReg);
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 33 static const uint64_t InReg = 1ULL<<2; ///< Passed in register
70 bool isInReg() const { return Flags & InReg; }
  /external/clang/lib/CodeGen/
TargetInfo.cpp 741 // Floating-point types don't go inreg.
    [all...]

Completed in 60 milliseconds