HomeSort by relevance Sort by last modified time
    Searched refs:getLocInfo (Results 1 - 19 of 19) sorted by null

  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 126 LocInfo getLocInfo() const { return HTP; }
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 266 switch (VA.getLocInfo()) {
567 switch (VA.getLocInfo()) {
727 switch (VA.getLocInfo()) {
    [all...]
  /external/clang/include/clang/AST/
TemplateBase.h 452 TemplateArgumentLocInfo getLocInfo() const {
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 358 if (VA.getLocInfo() == CCValAssign::SExt)
361 else if (VA.getLocInfo() == CCValAssign::ZExt)
365 if (VA.getLocInfo() != CCValAssign::Full)
495 switch (VA.getLocInfo()) {
    [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 778 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo());
822 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo());
    [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 538 if (VA.getLocInfo() == CCValAssign::SExt)
541 else if (VA.getLocInfo() == CCValAssign::ZExt)
547 else if (VA.getLocInfo() == CCValAssign::Indirect)
551 assert(VA.getLocInfo() == CCValAssign::Full && "Unsupported getLocInfo");
560 switch (VA.getLocInfo()) {
570 llvm_unreachable("Unhandled getLocInfo()");
731 if (VA.getLocInfo() == CCValAssign::Indirect) {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86FastISel.cpp 776 if (VA.getLocInfo() != CCValAssign::Full)
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 584 TL.getArgLoc(i).getLocInfo(), Record);
612 TL.getArgLoc(I).getLocInfo(), Record);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 463 switch (VA.getLocInfo()) {
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 1257 milliseconds