Searched defs:InReg (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCTLSDynamicCall.cpp72 unsigned InReg = MI->getOperand(1).getReg(); local
78 OrigRegs.push_back(InReg);
104 .addReg(InReg);
/external/llvm/include/llvm/Target/
H A DTargetCallingConv.h33 static const uint64_t InReg = 1ULL<<2; ///< Passed in register member in struct:llvm::ISD::ArgFlagsTy
70 bool isInReg() const { return Flags & InReg; }
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp1400 bool InReg = shouldUseInReg(Ty, State, NeedsPadding); local
1403 if (InReg)
1407 if (InReg)
6572 // We also compute the InReg flag which indicates that the struct contains
6580 bool InReg;
6583 : Context(c), DL(dl), Size(0), InReg(false) {}
6616 // The InReg flag is only required if there are any floats < 64 bits.
6618 InReg = true;
6714 if (CB.InReg)

Completed in 139 milliseconds