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
69 static CCValAssign getReg(unsigned ValNo, MVT ValVT,
72 CCValAssign Ret;
83 static CCValAssign getCustomReg(unsigned ValNo, MVT ValVT,
86 CCValAssign Ret;
92 static CCValAssign getMem(unsigned ValNo, MVT ValVT,
95 CCValAssign Ret;
106 static CCValAssign getCustomMe
[all...]

Completed in 65 milliseconds