Home
last modified time | relevance | path

Searched refs:AllowedUses (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DPPDirectives.cpp580 const SmallVectorImpl<Module *> &AllowedUses = RequestingModule->DirectUses; in violatesUseDeclarations() local
582 std::find(AllowedUses.begin(), AllowedUses.end(), RequestedModule); in violatesUseDeclarations()
583 return Declared == AllowedUses.end(); in violatesUseDeclarations()
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
DX86ISelLowering.cpp16341 unsigned AllowedUses = InVec.getOperand(0) == InVec.getOperand(1) ? 2 : 1; in XFormVExtractWithShuffleIntoLoad() local
16345 if (!LdNode.getNode()->hasNUsesOfValue(AllowedUses, 0)) in XFormVExtractWithShuffleIntoLoad()
16348 AllowedUses = 1; // only allow 1 load use if we have a bitcast in XFormVExtractWithShuffleIntoLoad()
16357 if (!LN0 ||!LN0->hasNUsesOfValue(AllowedUses, 0) || LN0->isVolatile()) in XFormVExtractWithShuffleIntoLoad()