Home
last modified time | relevance | path

Searched defs:InReg (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
DAttributes.h77 InReg, ///< Force argument to be passed in register enumerator
/external/llvm/include/llvm/Target/
DTargetCallingConv.h32 static const uint64_t InReg = 1ULL<<2; ///< Passed in register member
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h89 bool InReg : 1; // isDirect() || isExtend() || isIndirect() variable
/external/clang/lib/CodeGen/
DTargetInfo.cpp939 bool InReg = shouldUseInReg(Ty, State, NeedsPadding); in classifyArgumentType() local
5679 bool InReg; member
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1020 unsigned InReg = It->second; in getValue() local
1177 unsigned InReg = FuncInfo.InitializeRegForValue(Inst); in getValueImpl() local