Searched defs:IsTarget (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang/include/clang/Basic/ |
H A D | OpenMPKinds.h | 229 : IsTarget(IsTarget), IsTargetSync(IsTargetSync) {} IsTarget() function 230 bool IsTarget; global() member
|
/llvm-project/llvm/unittests/DebugInfo/LogicalView/ |
H A D | CompareElementsTest.cpp | 177 void ReaderTestCompare::addElements(bool IsReference, bool IsTarget) { in addElements()
|
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCChecker.cpp | 818 bool IsTarget = in checkHVXAccum() local
|
/llvm-project/llvm/lib/Target/VE/ |
H A D | VECustomDAG.cpp | 404 SDValue VECustomDAG::getConstant(uint64_t Val, EVT VT, bool IsTarget, in getConstant() argument
|
/llvm-project/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 189 bool IsTarget = getBackendPtr()->getFixupKindInfo(Fixup.getKind()).Flags & evaluateFixup() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 3473 bool IsTarget = false; ParseOMPInteropInfo() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 7965 bool IsTarget = false; global() variable 7986 OMPInitClause(bool IsTarget,bool IsTargetSync,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation VarLoc,SourceLocation EndLoc,unsigned N) OMPInitClause() argument
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 3741 bool IsTarget = Constant->isTargetOpcode(); ExpandIntRes_Constant() local
|