Home
last modified time | relevance | path

Searched defs:TP (Results 1 – 25 of 115) sorted by relevance

12345

/aosp_15_r20/external/clang/tools/libclang/
H A DCXType.cpp68 const Type *TP = T.getTypePtrOrNull(); in GetTypeKind() local
353 const Type *TP = T.getTypePtrOrNull(); in clang_getPointeeType() local
387 const Type *TP = T.getTypePtrOrNull(); in clang_getTypeDeclaration() local
621 const Type *TP = T.getTypePtrOrNull(); in clang_getElementType() local
653 const Type *TP = T.getTypePtrOrNull(); in clang_getNumElements() local
673 const Type *TP = T.getTypePtrOrNull(); in clang_getArrayElementType() local
699 const Type *TP = T.getTypePtrOrNull(); in clang_getArraySize() local
736 const Type *TP = T.getTypePtrOrNull(); in clang_Type_getClassType() local
996 const Type *TP = T.getTypePtrOrNull(); in clang_Type_getNamedType() local
/aosp_15_r20/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp48 EEVT::TypeSet::TypeSet(MVT::SimpleValueType VT, TreePattern &TP) { in TypeSet()
78 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP, in FillWithPossibleTypes()
154 bool EEVT::TypeSet::MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP){ in MergeInTypeInfo()
229 bool EEVT::TypeSet::EnforceInteger(TreePattern &TP) { in EnforceInteger()
255 bool EEVT::TypeSet::EnforceFloatingPoint(TreePattern &TP) { in EnforceFloatingPoint()
281 bool EEVT::TypeSet::EnforceScalar(TreePattern &TP) { in EnforceScalar()
308 bool EEVT::TypeSet::EnforceVector(TreePattern &TP) { in EnforceVector()
337 bool EEVT::TypeSet::EnforceSmallerThan(EEVT::TypeSet &Other, TreePattern &TP) { in EnforceSmallerThan()
455 TreePattern &TP) { in EnforceVectorEltTypeIs()
483 TreePattern &TP) { in EnforceVectorEltTypeIs()
[all …]
H A DCodeGenDAGPatterns.h115 bool MergeInTypeInfo(MVT::SimpleValueType InVT, TreePattern &TP) { in MergeInTypeInfo()
260 bool ApplyTypeConstraints(TreePatternNode *N, TreePattern &TP) const { in ApplyTypeConstraints()
488 TreePattern &TP) { in UpdateNodeType()
493 TreePattern &TP) { in UpdateNodeType()
650 DAGInstruction(TreePattern *TP, in DAGInstruction()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/
DLazyReexports.h70 void setTrampolinePool(TrampolinePool &TP) { this->TP = &TP; } in setTrampolinePool()
80 TrampolinePool *TP = nullptr; variable
95 auto TP = LocalTrampolinePool<ORCABI>::Create( in init() local
111 std::unique_ptr<TrampolinePool> TP; variable
DIndirectionUtils.h218 JITCompileCallbackManager(std::unique_ptr<TrampolinePool> TP, in JITCompileCallbackManager()
225 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { in setTrampolinePool()
231 std::unique_ptr<TrampolinePool> TP; variable
265 auto TP = LocalTrampolinePool<ORCABI>::Create( in LocalJITCompileCallbackManager() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DLazyReexports.h70 void setTrampolinePool(TrampolinePool &TP) { this->TP = &TP; } in setTrampolinePool()
80 TrampolinePool *TP = nullptr; variable
95 auto TP = LocalTrampolinePool<ORCABI>::Create( in init() local
111 std::unique_ptr<TrampolinePool> TP; variable
DIndirectionUtils.h218 JITCompileCallbackManager(std::unique_ptr<TrampolinePool> TP, in JITCompileCallbackManager()
225 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { in setTrampolinePool()
231 std::unique_ptr<TrampolinePool> TP; variable
265 auto TP = LocalTrampolinePool<ORCABI>::Create( in LocalJITCompileCallbackManager() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/
DLazyReexports.h70 void setTrampolinePool(TrampolinePool &TP) { this->TP = &TP; } in setTrampolinePool()
80 TrampolinePool *TP = nullptr; variable
95 auto TP = LocalTrampolinePool<ORCABI>::Create( in init() local
111 std::unique_ptr<TrampolinePool> TP; variable
DIndirectionUtils.h218 JITCompileCallbackManager(std::unique_ptr<TrampolinePool> TP, in JITCompileCallbackManager()
225 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { in setTrampolinePool()
231 std::unique_ptr<TrampolinePool> TP; variable
265 auto TP = LocalTrampolinePool<ORCABI>::Create( in LocalJITCompileCallbackManager() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DLazyReexports.h70 void setTrampolinePool(TrampolinePool &TP) { this->TP = &TP; } in setTrampolinePool()
80 TrampolinePool *TP = nullptr; variable
95 auto TP = LocalTrampolinePool<ORCABI>::Create( in init() local
111 std::unique_ptr<TrampolinePool> TP; variable
DIndirectionUtils.h218 JITCompileCallbackManager(std::unique_ptr<TrampolinePool> TP, in JITCompileCallbackManager()
225 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { in setTrampolinePool()
231 std::unique_ptr<TrampolinePool> TP; variable
265 auto TP = LocalTrampolinePool<ORCABI>::Create( in LocalJITCompileCallbackManager() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h71 void setTrampolinePool(TrampolinePool &TP) { this->TP = &TP; } in setTrampolinePool()
81 TrampolinePool *TP = nullptr; variable
96 auto TP = LocalTrampolinePool<ORCABI>::Create( in init() local
112 std::unique_ptr<TrampolinePool> TP; variable
H A DIndirectionUtils.h218 JITCompileCallbackManager(std::unique_ptr<TrampolinePool> TP, in JITCompileCallbackManager()
225 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { in setTrampolinePool()
231 std::unique_ptr<TrampolinePool> TP; variable
266 auto TP = LocalTrampolinePool<ORCABI>::Create( in LocalJITCompileCallbackManager() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h91 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { in setTrampolinePool()
105 std::unique_ptr<TrampolinePool> TP; variable
118 auto TP = LocalTrampolinePool<ORCABI>::Create( in init() local
H A DIndirectionUtils.h200 JITCompileCallbackManager(std::unique_ptr<TrampolinePool> TP, in JITCompileCallbackManager()
207 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { in setTrampolinePool()
213 std::unique_ptr<TrampolinePool> TP; variable
245 auto TP = LocalTrampolinePool<ORCABI>::Create( in LocalJITCompileCallbackManager() local
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
H A DUnix.h84 inline struct timespec toTimeSpec(TimePoint<> TP) { in toTimeSpec()
94 inline struct timeval toTimeVal(TimePoint<std::chrono::microseconds> TP) { in toTimeVal()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/Unix/
H A DUnix.h87 inline struct timespec toTimeSpec(TimePoint<> TP) { in toTimeSpec()
97 inline struct timeval toTimeVal(TimePoint<std::chrono::microseconds> TP) { in toTimeVal()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
H A DUnix.h92 inline struct timespec toTimeSpec(TimePoint<> TP) { in toTimeSpec()
102 inline struct timeval toTimeVal(TimePoint<std::chrono::microseconds> TP) { in toTimeVal()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DChrono.h50 inline std::time_t toTimeT(TimePoint<> TP) { in toTimeT()
57 inline std::time_t toTimeT(UtcTime<> TP) { in toTimeT()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DChrono.h50 inline std::time_t toTimeT(TimePoint<> TP) { in toTimeT()
57 inline std::time_t toTimeT(UtcTime<> TP) { in toTimeT()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DChrono.h50 inline std::time_t toTimeT(TimePoint<> TP) { in toTimeT()
57 inline std::time_t toTimeT(UtcTime<> TP) { in toTimeT()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DChrono.h50 inline std::time_t toTimeT(TimePoint<> TP) { in toTimeT()
57 inline std::time_t toTimeT(UtcTime<> TP) { in toTimeT()
/aosp_15_r20/trusty/user/app/storage/test/storage-unittest-aidl/
Dlib.rs41 const TP: &'static Filesystem = &Filesystem { constant
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DChrono.cpp25 static inline struct tm getStructTM(TimePoint<> TP) { in getStructTM()
43 raw_ostream &operator<<(raw_ostream &OS, TimePoint<> TP) { in operator <<()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DChrono.cpp25 static inline struct tm getStructTM(TimePoint<> TP) { in getStructTM()
43 raw_ostream &operator<<(raw_ostream &OS, TimePoint<> TP) { in operator <<()

12345