Home
last modified time | relevance | path

Searched refs:getLocInfo (Results 1 – 23 of 23) sorted by relevance

/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp226 if (VA.getLocInfo() == CCValAssign::SExt) in LowerFormalArguments()
229 else if (VA.getLocInfo() == CCValAssign::ZExt) in LowerFormalArguments()
233 if (VA.getLocInfo() != CCValAssign::Full) in LowerFormalArguments()
315 switch (VA.getLocInfo()) { in LowerCall()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp470 if (VA.getLocInfo() == CCValAssign::SExt) in LowerCCCArguments()
473 else if (VA.getLocInfo() == CCValAssign::ZExt) in LowerCCCArguments()
477 if (VA.getLocInfo() != CCValAssign::Full) in LowerCCCArguments()
607 switch (VA.getLocInfo()) { in LowerCCCCallTo()
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h153 LocInfo getLocInfo() const { return HTP; } in getLocInfo() function
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp896 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo()); in ActOnCXXNestedNameSpecifier()
940 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo()); in ActOnCXXNestedNameSpecifier()
DSemaTemplate.cpp2272 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo()); in ActOnTemplateIdType()
2290 SpecTL.setArgLocInfo(i, TemplateArgs[i].getLocInfo()); in ActOnTemplateIdType()
2344 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo()); in ActOnTagTemplateIdType()
2387 SpecTL.setArgLocInfo(i, TemplateArgs[i].getLocInfo()); in ActOnTagTemplateIdType()
8075 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo()); in ActOnTypenameType()
8092 SpecTL.setArgLocInfo(I, TemplateArgs[I].getLocInfo()); in ActOnTypenameType()
DTreeTransform.h5431 NewTL.setArgLocInfo(i, NewTemplateArgs[i].getLocInfo()); in TransformTemplateSpecializationType()
5442 NewTL.setArgLocInfo(i, NewTemplateArgs[i].getLocInfo()); in TransformTemplateSpecializationType()
5483 NewTL.setArgLocInfo(i, NewTemplateArgs[i].getLocInfo()); in TransformDependentTemplateSpecializationType()
5501 NewTL.setArgLocInfo(i, NewTemplateArgs[i].getLocInfo()); in TransformDependentTemplateSpecializationType()
5719 NamedTL.setArgLocInfo(I, NewTemplateArgs[I].getLocInfo()); in TransformDependentTemplateSpecializationType()
5735 SpecTL.setArgLocInfo(I, NewTemplateArgs[I].getLocInfo()); in TransformDependentTemplateSpecializationType()
5744 SpecTL.setArgLocInfo(I, NewTemplateArgs[I].getLocInfo()); in TransformDependentTemplateSpecializationType()
/external/clang/include/clang/AST/
DTemplateBase.h467 TemplateArgumentLocInfo getLocInfo() const { in getLocInfo() function
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1294 if (VA.getLocInfo() == CCValAssign::BCvt) in processCallArgs()
1327 switch (VA.getLocInfo()) { in processCallArgs()
1621 PPCMaterializeInt(CI, MVT::i64, VA.getLocInfo() == CCValAssign::SExt); in SelectRet()
1653 switch (VA.getLocInfo()) { in SelectRet()
DPPCISelLowering.cpp4333 switch (VA.getLocInfo()) { in LowerCallResult()
5798 switch (VA.getLocInfo()) { in LowerReturn()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp1135 switch (VA.getLocInfo()) { in processCallArgs()
1456 if ((VA.getLocInfo() != CCValAssign::Full) && in selectRet()
1457 (VA.getLocInfo() != CCValAssign::BCvt)) in selectRet()
DMipsISelLowering.cpp2665 switch (VA.getLocInfo()) { in LowerCall()
2843 VA.getLocInfo() == CCValAssign::ZExtUpper ? ISD::SRL : ISD::SRA; in LowerCallResult()
2849 switch (VA.getLocInfo()) { in LowerCallResult()
2887 switch (VA.getLocInfo()) { in UnpackFromArgumentSlot()
2896 VA.getLocInfo() == CCValAssign::ZExtUpper ? ISD::SRL : ISD::SRA; in UnpackFromArgumentSlot()
2908 switch (VA.getLocInfo()) { in UnpackFromArgumentSlot()
3157 switch (VA.getLocInfo()) { in LowerReturn()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp319 switch (VA.getLocInfo()) { in LowerReturn_64()
629 switch (VA.getLocInfo()) { in LowerFormalArguments_64()
810 switch (VA.getLocInfo()) { in LowerCall_32()
1103 Offset, VA.getLocVT(), VA.getLocInfo()); in fixupVariableFloatArgs()
1161 switch (VA.getLocInfo()) { in LowerCall_64()
1351 switch (VA.getLocInfo()) { in LowerCall_64()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp807 if (VA.getLocInfo() == CCValAssign::SExt) in convertLocVTToValVT()
810 else if (VA.getLocInfo() == CCValAssign::ZExt) in convertLocVTToValVT()
816 else if (VA.getLocInfo() == CCValAssign::Indirect) in convertLocVTToValVT()
819 else if (VA.getLocInfo() == CCValAssign::BCvt) { in convertLocVTToValVT()
828 assert(VA.getLocInfo() == CCValAssign::Full && "Unsupported getLocInfo"); in convertLocVTToValVT()
837 switch (VA.getLocInfo()) { in convertValVTToLocVT()
995 if (VA.getLocInfo() == CCValAssign::Indirect) in canUseSiblingCall()
1055 if (VA.getLocInfo() == CCValAssign::Indirect) { in LowerCall()
/external/clang/lib/Serialization/
DASTWriter.cpp620 TL.getArgLoc(i).getLocInfo(), Record); in VisitTemplateSpecializationTypeLoc()
648 TL.getArgLoc(I).getLocInfo(), Record); in VisitDependentTemplateSpecializationTypeLoc()
4867 = Arg.getArgument().getAsExpr() == Arg.getLocInfo().getAsExpr(); in AddTemplateArgumentLoc()
4872 AddTemplateArgumentLocInfo(Arg.getArgument().getKind(), Arg.getLocInfo(), in AddTemplateArgumentLoc()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1952 switch (VA.getLocInfo()) { in ProcessCallArgs()
2112 if (VA.getLocInfo() != CCValAssign::Full) in SelectRet()
DARMISelLowering.cpp1493 switch (VA.getLocInfo()) { in LowerCallResult()
1633 switch (VA.getLocInfo()) { in LowerCall()
2142 if (RVLocs1[i].getLocInfo() != RVLocs2[i].getLocInfo()) in IsEligibleForTailCallOptimization()
2187 if (VA.getLocInfo() == CCValAssign::Indirect) in IsEligibleForTailCallOptimization()
2296 switch (VA.getLocInfo()) { in LowerReturn()
3188 switch (VA.getLocInfo()) { in LowerFormalArguments()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp2459 switch (VA.getLocInfo()) { in LowerFormalArguments()
2498 switch (VA.getLocInfo()) { in LowerFormalArguments()
2673 switch (VA.getLocInfo()) { in LowerCallResult()
2780 if (RVLocs1[i].getLocInfo() != RVLocs2[i].getLocInfo()) in isEligibleForTailCallOptimization()
2999 switch (VA.getLocInfo()) { in LowerCall()
3253 switch (VA.getLocInfo()) { in LowerReturn()
DAArch64FastISel.cpp2929 switch (VA.getLocInfo()) { in processCallArgs()
3675 if ((VA.getLocInfo() != CCValAssign::Full) && in selectRet()
3676 (VA.getLocInfo() != CCValAssign::BCvt)) in selectRet()
/external/llvm/lib/Target/X86/
DX86FastISel.cpp1052 if (VA.getLocInfo() != CCValAssign::Full) in X86SelectRet()
2960 switch (VA.getLocInfo()) { in fastLowerCall()
DX86ISelLowering.cpp2220 if (VA.getLocInfo() == CCValAssign::SExt) in LowerReturn()
2222 else if (VA.getLocInfo() == CCValAssign::ZExt) in LowerReturn()
2224 else if (VA.getLocInfo() == CCValAssign::AExt) { in LowerReturn()
2230 else if (VA.getLocInfo() == CCValAssign::BCvt) in LowerReturn()
2233 assert(VA.getLocInfo() != CCValAssign::FPExt && in LowerReturn()
2552 if (VA.getLocInfo() == CCValAssign::Indirect || ExtendedInMem) in LowerMemArgument()
2739 if (VA.getLocInfo() == CCValAssign::SExt) in LowerFormalArguments()
2742 else if (VA.getLocInfo() == CCValAssign::ZExt) in LowerFormalArguments()
2745 else if (VA.getLocInfo() == CCValAssign::BCvt) in LowerFormalArguments()
2761 if (VA.getLocInfo() == CCValAssign::Indirect) in LowerFormalArguments()
[all …]
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1165 switch (VA.getLocInfo()) { in LowerCCCCallTo()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp728 switch (VA.getLocInfo()) { in LowerCall()
/external/clang/lib/AST/
DASTContext.cpp3343 TL.setArgLocInfo(i, Args[i].getLocInfo()); in getTemplateSpecializationTypeInfo()