Searched refs:isRegLoc (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h117 bool isRegLoc() const { return !isMem; } function in class:llvm::CCValAssign
122 unsigned getLocReg() const { assert(isRegLoc()); return Loc; }
/freebsd-10.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp199 assert(VA.isRegLoc() && "Can only return in registers!");
262 assert(VA.isRegLoc() && "Can only return in registers!");
364 if (VA.isRegLoc()) {
551 if (VA.isRegLoc()) {
787 if (VA.isRegLoc()) {
791 if (NextVA.isRegLoc()) {
824 if (VA.isRegLoc()) {
949 if (!VA.isRegLoc() || VA.getLocVT() != MVT::f64)
1043 if (VA.isRegLoc()) {
1052 if (i+1 < ArgLocs.size() && ArgLocs[i+1].isRegLoc()
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp750 if (VA.isRegLoc()) {
904 if (VA.isRegLoc()) {
938 } else { // VA.isRegLoc()
1047 assert(VA.isRegLoc() && "Can only return in registers!");
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp934 } else if (VA.isRegLoc()) {
940 } else { // VA.isRegLoc()
1044 assert(VA.isRegLoc() && "Only register-returns should be created by PCS");
1202 if (VA.isRegLoc()) {
1364 assert(VA.isRegLoc() && "Memory locations not expected for call return");
1450 if (!ArgLocs[i].isRegLoc())
1470 if (RVLocs1[i].isRegLoc() != RVLocs2[i].isRegLoc())
1474 if (RVLocs1[i].isRegLoc()) {
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1924 if (VA.isRegLoc() && !VA.needsCustom()) {
1930 !VA.isRegLoc() || !ArgLocs[++i].isRegLoc())
2004 if (VA.isRegLoc() && !VA.needsCustom()) {
2016 assert(VA.isRegLoc() && NextVA.isRegLoc() &&
2132 if (!VA.isRegLoc())
H A DARMISelLowering.cpp1340 if (NextVA.isRegLoc())
1456 if (VA.isRegLoc()) {
1469 } else if (VA.isRegLoc()) {
1930 if (RVLocs1[i].isRegLoc() != RVLocs2[i].isRegLoc())
1934 if (RVLocs1[i].isRegLoc()) {
1984 if (!VA.isRegLoc())
1986 if (!ArgLocs[++i].isRegLoc())
1989 if (!ArgLocs[++i].isRegLoc())
1991 if (!ArgLocs[++i].isRegLoc())
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp336 if (VA.isRegLoc()) {
432 assert(VA.isRegLoc() && "Can only return in registers!");
508 if (VA.isRegLoc()) {
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp502 if (VA.isRegLoc()) {
849 if ( (VA.isRegLoc() && !Flags.isByVal())
850 || (VA.isRegLoc() && Flags.isByVal() && Flags.getByValSize() > 8)) {
869 } else if (VA.isRegLoc() && Flags.isByVal() && Flags.getByValSize() <= 8) {
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp931 if (VA.isRegLoc()) {
1087 if (VA.isRegLoc()) {
1213 assert(VA.isRegLoc() && "Can only return in registers!");
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DSIISelLowering.cpp165 assert(VA.isRegLoc() && "Parameter must be in a register!");
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp768 if (!VA.isRegLoc())
1984 if (VA.isRegLoc()) {
H A DX86ISelLowering.cpp1615 assert(VA.isRegLoc() && "Can only return in registers!");
2000 if (VA.isRegLoc()) {
2416 if (VA.isRegLoc()) {
2508 if (VA.isRegLoc())
2895 if (!ArgLocs[i].isRegLoc())
2937 if (RVLocs1[i].isRegLoc() != RVLocs2[i].isRegLoc())
2941 if (RVLocs1[i].isRegLoc()) {
2982 if (!VA.isRegLoc()) {
3007 if (!VA.isRegLoc())
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2324 if (VA.isRegLoc()) {
2357 if (VA.isRegLoc()) {
2515 bool IsRegLoc = VA.isRegLoc();
2582 } else { // VA.isRegLoc()
2669 assert(VA.isRegLoc() && "Can only return in registers!");
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp504 if (VA.isRegLoc()) {
647 if (VA.isRegLoc())
769 assert(VA.isRegLoc() && "Can only return in registers!");
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2012 if (VA.isRegLoc()) {
3377 assert(VA.isRegLoc() && "Can only return in registers!");
3693 if (VA.isRegLoc()) {
4518 assert(VA.isRegLoc() && "Can only return in registers!");

Completed in 400 milliseconds