Home
last modified time | relevance | path

Searched refs:isSource (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp156 bool isSource(Value *V);
230 bool TypePromotionImpl::isSource(Value *V) { in isSource() function in TypePromotionImpl
386 if (isSource(V)) in shouldPromote()
830 if (!isa<Instruction>(V) && !isSource(V)) in TryToPromote()
846 if (isSource(V)) in TryToPromote()
849 if (!isSink(V) && !isSource(V)) { in TryToPromote()
861 if (isSource(V) || shouldPromote(V)) { in TryToPromote()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp122 bool isSource(MachineBasicBlock &MBB) const { in isSource() function in __anon952a5e950111::PhiIncomingAnalysis
555 if (PIA.isSource(IMBB)) { in lowerPhis()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h2299 bool isSource(const T *) { return false; } in isSource() function
2306 bool isSource(const OMPDependClause *C) { in isSource() function
2312 bool isSource(const OMPDoacrossClause *C) { in isSource() function
H A DCGStmtOpenMP.cpp6136 bool IsDependSource = ODK.isSource(C); in emitRestoreIP()
H A DCGOpenMPRuntime.cpp11300 if (ODK.isSource(C)) { in EmitDoacrossOrdered()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9183 bool isSource(const OMPDoacrossClause *C) { in isSource() function in __anon1dd12e444311::OMPDoacrossKind
9376 (DoacrossC && ODK.isSource(DoacrossC))) in checkOpenMPIterationSpace()
11250 (DOC && (ODK.isSource(DOC)))) { in ActOnOpenMPOrderedDirective()