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

  /external/clang/lib/CodeGen/
ABIInfo.h 78 bool InReg;
84 BoolData1(B1), InReg(IR), PaddingInReg(PIR) {}
161 return InReg;
TargetInfo.cpp 931 bool InReg = shouldUseInReg(Ty, FreeRegs, IsFastCall, NeedsPadding);
934 if (InReg)
938 if (InReg)
    [all...]
CGCall.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 31 static const uint64_t InReg = 1ULL<<2; ///< Passed in register
60 bool isInReg() const { return Flags & InReg; }
  /external/llvm/include/llvm/IR/
Attributes.h 72 InReg, ///< Force argument to be passed in register
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 173 milliseconds