| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenMPKinds.h | 253 OMPInteropInfo(bool IsTarget = false, bool IsTargetSync = false) 254 : IsTarget(IsTarget), IsTargetSync(IsTargetSync) {} in IsTarget() function 255 bool IsTarget; member
|
| H A D | Attr.td | 4682 if (I->IsTarget && I->IsTargetSync) 4684 if (I->IsTarget)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VECustomDAG.h | 198 SDValue getConstant(uint64_t Val, EVT VT, bool IsTarget = false,
|
| H A D | VECustomDAG.cpp | 404 SDValue VECustomDAG::getConstant(uint64_t Val, EVT VT, bool IsTarget, in getConstant() argument 406 return DAG.getConstant(Val, DL, VT, IsTarget, IsOpaque); in getConstant()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCChecker.cpp | 818 bool IsTarget = in checkHVXAccum() local 820 if (!IsTarget) in checkHVXAccum()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 3458 bool IsTarget = false; in ParseOMPInteropInfo() local 3464 InteropInfo.PreferTypes.empty() && !IsTarget && in ParseOMPInteropInfo() 3470 if (IsTarget) in ParseOMPInteropInfo() 3472 IsTarget = true; in ParseOMPInteropInfo() 3515 if (!HasError && !IsTarget && !IsTargetSync) { in ParseOMPInteropInfo() 3521 if (Tok.isNot(tok::colon) && (IsTarget || IsTargetSync)) in ParseOMPInteropInfo() 3529 InteropInfo.IsTarget = IsTarget; in ParseOMPInteropInfo()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 8551 bool IsTarget = false; variable 8556 void setIsTarget(bool V) { IsTarget = V; } in setIsTarget() 8572 OMPInitClause(bool IsTarget, bool IsTargetSync, SourceLocation StartLoc, in OMPInitClause() argument 8577 VarLoc(VarLoc), IsTarget(IsTarget), IsTargetSync(IsTargetSync) {} in OMPInitClause() 8615 bool getIsTarget() const { return IsTarget; } in getIsTarget()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 697 bool IsTarget = false,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | OpenMPClause.cpp | 1674 InteropInfo.IsTarget, InteropInfo.IsTargetSync, StartLoc, LParenLoc, in Create()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 3972 bool IsTarget = Constant->isTargetOpcode(); in ExpandIntRes_Constant() local 3975 Lo = DAG.getConstant(Cst.trunc(NBitWidth), dl, NVT, IsTarget, IsOpaque); in ExpandIntRes_Constant() 3976 Hi = DAG.getConstant(Cst.lshr(NBitWidth).trunc(NBitWidth), dl, NVT, IsTarget, in ExpandIntRes_Constant()
|
| H A D | SelectionDAG.cpp | 1795 SDValue SelectionDAG::getAllOnesConstant(const SDLoc &DL, EVT VT, bool IsTarget, in getAllOnesConstant() argument 1798 IsTarget, IsOpaque); in getAllOnesConstant()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 553 AppendArgs.emplace_back(II.IsTarget, II.IsTargetSync); in instantiateOMPDeclareVariantAttr()
|