Searched refs:getLocInfo (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DCallingConvLower.h126 LocInfo getLocInfo() const { return HTP; } function in class:llvm::CCValAssign
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp732 switch (VA.getLocInfo()) {
923 if (VA.getLocInfo() != CCValAssign::Full) {
925 if (VA.getLocInfo() == CCValAssign::SExt)
927 else if (VA.getLocInfo() == CCValAssign::ZExt)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp345 if (VA.getLocInfo() == CCValAssign::SExt)
348 else if (VA.getLocInfo() == CCValAssign::ZExt)
352 if (VA.getLocInfo() != CCValAssign::Full)
473 switch (VA.getLocInfo()) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86FastISel.cpp764 if (VA.getLocInfo() != CCValAssign::Full)
1727 switch (VA.getLocInfo()) {
H A DX86ISelLowering.cpp1528 if (VA.getLocInfo() == CCValAssign::SExt)
1530 else if (VA.getLocInfo() == CCValAssign::ZExt)
1532 else if (VA.getLocInfo() == CCValAssign::AExt)
1534 else if (VA.getLocInfo() == CCValAssign::BCvt)
1825 if (VA.getLocInfo() == CCValAssign::Indirect)
1924 if (VA.getLocInfo() == CCValAssign::SExt)
1927 else if (VA.getLocInfo() == CCValAssign::ZExt)
1930 else if (VA.getLocInfo() == CCValAssign::BCvt)
1947 if (VA.getLocInfo() == CCValAssign::Indirect)
2279 switch (VA.getLocInfo()) {
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.cpp2958 switch (VA.getLocInfo()) {
3326 if (VA.getLocInfo() != CCValAssign::Full) {
3328 if (VA.getLocInfo() == CCValAssign::SExt)
3330 else if (VA.getLocInfo() == CCValAssign::ZExt)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Sparc/
H A DSparcISelLowering.cpp421 switch (VA.getLocInfo()) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMFastISel.cpp1965 switch (VA.getLocInfo()) {
2118 if (VA.getLocInfo() != CCValAssign::Full)
H A DARMISelLowering.cpp1236 switch (VA.getLocInfo()) {
1363 switch (VA.getLocInfo()) {
1790 if (RVLocs1[i].getLocInfo() != RVLocs2[i].getLocInfo())
1835 if (VA.getLocInfo() == CCValAssign::Indirect)
1901 switch (VA.getLocInfo()) {
2681 switch (VA.getLocInfo()) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp454 switch (VA.getLocInfo()) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/XCore/
H A DXCoreISelLowering.cpp945 switch (VA.getLocInfo()) {

Completed in 364 milliseconds