Home
last modified time | relevance | path

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

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