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

  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 125 LocInfo getLocInfo() const { return HTP; }
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 726 switch (VA.getLocInfo()) {
    [all...]
  /external/clang/include/clang/AST/
TemplateBase.h 466 TemplateArgumentLocInfo getLocInfo() const {
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 341 if (VA.getLocInfo() == CCValAssign::SExt)
344 else if (VA.getLocInfo() == CCValAssign::ZExt)
348 if (VA.getLocInfo() != CCValAssign::Full)
469 switch (VA.getLocInfo()) {
    [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 793 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo());
    [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 761 if (VA.getLocInfo() != CCValAssign::Full)
    [all...]
X86ISelLowering.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 563 TL.getArgLoc(i).getLocInfo(), Record);
591 TL.getArgLoc(I).getLocInfo(), Record);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 448 switch (VA.getLocInfo()) {
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 416 switch (VA.getLocInfo()) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 917 milliseconds