Searched refs:TPR (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseTentative.cpp | 148 assert(TPR == TPResult::True || TPR == TPResult::False); in isCXXSimpleDeclaration() 237 if (TPR == TPResult::True || TPR == TPResult::Error) in TryParseSimpleDeclaration() 238 return TPR; in TryParseSimpleDeclaration() 244 return TPR; in TryParseSimpleDeclaration() 284 return TPR; in TryParseInitDeclaratorList() 625 assert(TPR == TPResult::True || TPR == TPResult::False); in isCXXTypeId() 937 return TPR; in TryParseOperatorId() 1099 return TPR; in TryParseDeclarator() 1517 TPR == TPResult::True || TPR == TPResult::Error) in isCXXDeclarationSpecifier() 2013 if (TPR == TPResult::False || TPR == TPResult::Error) in TryParseFunctionDeclarator() [all …]
|
| H A D | ParseDecl.cpp | 2781 TPResult TPR = TryParseDeclarator(/*mayBeAbstract*/false); in ParseImplicitInt() local 2784 if (TPR != TPResult::False) { in ParseImplicitInt()
|
| /llvm-project-15.0.7/openmp/libomptarget/src/ |
| H A D | omptarget.cpp | 526 auto TPR = Device.getTargetPointer( in targetDataBegin() local 530 void *TgtPtrBegin = TPR.TargetPointer; in targetDataBegin() 531 IsHostPtr = TPR.Flags.IsHostPointer; in targetDataBegin() 622 TargetPointerResultTy TPR; member 630 : HstPtrBegin(HstPtr), DataSize(Size), ArgType(ArgType), TPR(TPR), in PostProcessingInfo() 649 if (!TPR.Entry || !TPR.Entry->getMayContainAttachedPointers()) in applyToShadowMapEntries() 801 std::lock_guard<decltype(*TPR.Entry)> LG(*TPR.Entry); in targetDataEnd() 893 Info.TPR); in targetDataEnd() 919 void *TgtPtrBegin = TPR.TargetPointer; in targetDataContiguous() 1396 TargetPointerResultTy TPR; in processDataBefore() local [all …]
|
| H A D | api.cpp | 124 TargetPointerResultTy TPR = in omp_target_is_present() local 128 int Rc = (TPR.TargetPointer != NULL); in omp_target_is_present()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 379 SDValue TPR = DAG.getCopyToReg(FR0.getValue(1), dl, PredR, in LowerCallResult() local 385 RetVal = DAG.getCopyFromReg(TPR.getValue(0), dl, PredR, MVT::i1); in LowerCallResult() 386 Glue = TPR.getValue(1); in LowerCallResult() 387 Chain = TPR.getValue(0); in LowerCallResult()
|