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

/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h10 // This file declares the CCState and CCValAssign classes, used for lowering
30 /// CCValAssign - Represent assignment of one arg/retval to a location.
31 class CCValAssign { class in namespace:llvm
68 static CCValAssign getReg(unsigned ValNo, MVT ValVT,
71 CCValAssign Ret;
82 static CCValAssign getCustomReg(unsigned ValNo, MVT ValVT,
85 CCValAssign Ret;
91 static CCValAssign getMem(unsigned ValNo, MVT ValVT,
94 CCValAssign Ret;
105 static CCValAssign getCustomMe
[all...]

Completed in 138 milliseconds