Home
last modified time | relevance | path

Searched refs:TSInfo (Results 1 – 25 of 42) sorted by relevance

12

/external/llvm/lib/Target/X86/
DX86TargetMachine.h85 X86SelectionDAGInfo TSInfo; variable
98 return &TSInfo; in getSelectionDAGInfo()
114 X86SelectionDAGInfo TSInfo; variable
127 return &TSInfo; in getSelectionDAGInfo()
DX86TargetMachine.cpp49 TSInfo(*this), in X86_32TargetMachine()
65 TSInfo(*this), in X86_64TargetMachine()
/external/llvm/lib/Target/ARM/
DARMTargetMachine.h68 ARMSelectionDAGInfo TSInfo; variable
86 return &TSInfo; in getSelectionDAGInfo()
110 ARMSelectionDAGInfo TSInfo; variable
130 return &TSInfo; in getSelectionDAGInfo()
DARMTargetMachine.cpp73 TSInfo(*this), in ARMTargetMachine()
104 TSInfo(*this), in ThumbTargetMachine()
/external/llvm/lib/Target/MSP430/
DMSP430TargetMachine.h37 MSP430SelectionDAGInfo TSInfo; variable
62 return &TSInfo; in getSelectionDAGInfo()
DMSP430TargetMachine.cpp38 InstrInfo(*this), TLInfo(*this), TSInfo(*this), in MSP430TargetMachine()
/external/llvm/lib/Target/XCore/
DXCoreTargetMachine.h33 XCoreSelectionDAGInfo TSInfo; variable
50 return &TSInfo; in getSelectionDAGInfo()
DXCoreTargetMachine.cpp35 TSInfo(*this) { in XCoreTargetMachine()
/external/llvm/lib/Target/CellSPU/
DSPUTargetMachine.h35 SPUSelectionDAGInfo TSInfo; variable
66 return &TSInfo; in getSelectionDAGInfo()
DSPUTargetMachine.cpp45 TSInfo(*this), in SPUTargetMachine()
/external/llvm/lib/Target/Hexagon/
DHexagonTargetMachine.h34 HexagonSelectionDAGInfo TSInfo; variable
68 return &TSInfo; in getSelectionDAGInfo()
DHexagonTargetMachine.cpp75 TSInfo(*this), in HexagonTargetMachine()
/external/llvm/lib/Target/MBlaze/
DMBlazeTargetMachine.h38 MBlazeSelectionDAGInfo TSInfo; variable
72 { return &TSInfo; } in getSelectionDAGInfo()
DMBlazeTargetMachine.cpp44 TLInfo(*this), TSInfo(*this), ELFWriterInfo(*this), in MBlazeTargetMachine()
/external/llvm/lib/Target/Sparc/
DSparcTargetMachine.h33 SparcSelectionDAGInfo TSInfo; variable
53 return &TSInfo; in getSelectionDAGInfo()
DSparcTargetMachine.cpp38 TLInfo(*this), TSInfo(*this), in SparcTargetMachine()
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetMachine.h38 TargetSelectionDAGInfo TSInfo; variable
73 return &TSInfo; in getSelectionDAGInfo()
DNVPTXTargetMachine.cpp75 InstrInfo(*this), TLInfo(*this), TSInfo(*this), FrameLowering(*this,is64bit) in NVPTXTargetMachine()
/external/llvm/lib/Target/PowerPC/
DPPCTargetMachine.h37 PPCSelectionDAGInfo TSInfo; variable
55 return &TSInfo; in getSelectionDAGInfo()
DPPCTargetMachine.cpp45 TLInfo(*this), TSInfo(*this), in PPCTargetMachine()
/external/llvm/lib/Target/Mips/
DMipsTargetMachine.h38 MipsSelectionDAGInfo TSInfo; variable
71 return &TSInfo; in getSelectionDAGInfo()
DMipsTargetMachine.cpp55 TLInfo(*this), TSInfo(*this), JITInfo(), in MipsTargetMachine()
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp316 if (TypeSourceInfo *TSInfo = NameInfo.getNamedTypeInfo()) in DiagnoseUnexpandedParameterPack() local
317 return DiagnoseUnexpandedParameterPack(NameInfo.getLoc(), TSInfo, UPPC); in DiagnoseUnexpandedParameterPack()
441 TypeSourceInfo *TSInfo; in ActOnPackExpansion() local
442 GetTypeFromParser(Type, &TSInfo); in ActOnPackExpansion()
443 if (!TSInfo) in ActOnPackExpansion()
446 TypeSourceInfo *TSResult = CheckPackExpansion(TSInfo, EllipsisLoc, in ActOnPackExpansion()
/external/clang/include/clang/AST/
DExprObjC.h1181 if (TypeSourceInfo *TSInfo = getClassReceiverTypeInfo()) in getClassReceiver() local
1182 return TSInfo->getType(); in getClassReceiver()
1195 void setClassReceiver(TypeSourceInfo *TSInfo) { in setClassReceiver() argument
1197 setReceiverPointer(TSInfo); in setClassReceiver()
1504 TypeSourceInfo *TSInfo, Expr *Operand) in ObjCBridgedCastExpr() argument
1505 : ExplicitCastExpr(ObjCBridgedCastExprClass, TSInfo->getType(), VK_RValue, in ObjCBridgedCastExpr()
1506 CK, Operand, 0, TSInfo), in ObjCBridgedCastExpr()
/external/clang/tools/libclang/
DCIndex.cpp527 if (TypeSourceInfo *TSInfo = B->getSignatureAsWritten()) in VisitBlockDecl() local
528 if (Visit(TSInfo->getTypeLoc())) in VisitBlockDecl()
613 if (TypeSourceInfo *TSInfo = D->getTypeSourceInfo()) in VisitTypeAliasDecl() local
614 return Visit(TSInfo->getTypeLoc()); in VisitTypeAliasDecl()
620 if (TypeSourceInfo *TSInfo = D->getTypeSourceInfo()) in VisitTypedefDecl() local
621 return Visit(TSInfo->getTypeLoc()); in VisitTypedefDecl()
698 if (TypeSourceInfo *TSInfo = DD->getTypeSourceInfo()) in VisitDeclaratorDecl() local
699 if (Visit(TSInfo->getTypeLoc())) in VisitDeclaratorDecl()
726 if (TypeSourceInfo *TSInfo = ND->getTypeSourceInfo()) { in VisitFunctionDecl() local
729 TypeLoc TL = TSInfo->getTypeLoc().IgnoreParens(); in VisitFunctionDecl()
[all …]

12