HomeSort by: relevance | last modified time | path
    Searched refs:getImpl (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 45 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Distinct); \
50 getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Temporary)); \
54 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued); \
58 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued, \
240 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag,
243 return getImpl(Context, Tag, getCanonicalMDString(Context, Header),
247 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag,
305 static DISubrange *getImpl(LLVMContext &Context, int64_t Count,
309 static DISubrange *getImpl(LLVMContext &Context, Metadata *CountNode,
313 static DISubrange *getImpl(LLVMContext &Context, Metadata *CountNode
    [all...]
Constants.h 421 static Constant *getImpl(ArrayType *T, ArrayRef<Constant *> V);
506 static Constant *getImpl(ArrayRef<Constant *> V);
588 static Constant *getImpl(StringRef Bytes, Type *Ty);
712 return getImpl(Data, Ty);
784 return getImpl(Data, Ty);
Metadata.h 1154 static MDTuple *getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs,
1166 return getImpl(Context, MDs, Uniqued);
1170 return getImpl(Context, MDs, Uniqued, /* ShouldCreate */ false);
1177 return getImpl(Context, MDs, Distinct);
1187 return TempMDTuple(getImpl(Context, MDs, Temporary));
Attributes.h 420 static AttributeList getImpl(LLVMContext &C, ArrayRef<AttributeSet> AttrSets);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfoMetadata.cpp 58 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line,
284 GenericDINode *GenericDINode::getImpl(LLVMContext &Context, unsigned Tag,
342 DISubrange *DISubrange::getImpl(LLVMContext &Context, int64_t Count, int64_t Lo,
348 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage,
352 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode,
357 return getImpl(Context, CountNode, LB, nullptr, nullptr, Storage,
361 DISubrange *DISubrange::getImpl(LLVMContext &Context, Metadata *CountNode,
453 DIGenericSubrange *DIGenericSubrange::getImpl(LLVMContext &Context,
531 DIEnumerator *DIEnumerator::getImpl(LLVMContext &Context, const APInt &Value,
540 DIBasicType *DIBasicType::getImpl(LLVMContext &Context, unsigned Tag
    [all...]
Constants.cpp 1263 if (Constant *C = getImpl(Ty, V))
1268 Constant *ConstantArray::getImpl(ArrayType *Ty, ArrayRef<Constant*> V) {
1369 if (Constant *C = getImpl(V))
1375 Constant *ConstantVector::getImpl(ArrayRef<Constant*> V) {
2951 Constant *ConstantDataSequential::getImpl(StringRef Elements, Type *Ty) {
3038 return getImpl(StringRef(Data, Elts.size() * 2), Ty);
3044 return getImpl(StringRef(Data, Elts.size() * 4), Ty);
3051 return getImpl(StringRef(Data, Elts.size() * 8), Ty);
3073 return getImpl(StringRef(Data, Elts.size() * 1), Ty);
3078 return getImpl(StringRef(Data, Elts.size() * 2), Ty)
    [all...]
Attributes.cpp 1181 AttributeList AttributeList::getImpl(LLVMContext &C,
1274 return getImpl(C, AttrVec);
1315 return getImpl(C, AttrSets);
1325 return getImpl(C, AttrSets);
1378 return getImpl(C, NewAttrSets);
1413 return AttributeList::getImpl(C, AttrSets);
1455 return getImpl(C, AttrSets);
1468 return getImpl(C, AttrSets);
1481 return getImpl(C, AttrSets);
1504 return getImpl(C, AttrSets)
    [all...]
Metadata.cpp 825 MDTuple *MDTuple::getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs,
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
LiveVariables.cpp 58 static LiveVariablesImpl &getImpl(void *x) {
136 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D);
140 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D);
144 return getImpl(impl).stmtsToLiveness[Loc].isLive(Val);
489 const CFG *cfg = getImpl(impl).analysisContext.getCFG();
491 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs);
557 getImpl(impl).dumpBlockLiveness(M);
603 getImpl(impl).dumpExprLiveness(M);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LazyValueInfo.cpp 1488 static LazyValueInfoImpl &getImpl(void *&PImpl, AssumptionCache *AC,
1505 getImpl(Info.PImpl, Info.AC, F.getParent()).clear();
1524 delete &getImpl(PImpl, AC, nullptr);
1571 getImpl(PImpl, AC, BB->getModule()).getValueInBlock(V, BB, CxtI);
1589 getImpl(PImpl, AC, BB->getModule()).getValueInBlock(V, BB, CxtI);
1608 getImpl(PImpl, AC, M).getValueOnEdge(V, FromBB, ToBB, CxtI);
1627 getImpl(PImpl, AC, M).getValueOnEdge(V, FromBB, ToBB, CxtI);
1713 getImpl(PImpl, AC, M).getValueOnEdge(V, FromBB, ToBB, CxtI);
1736 ? getImpl(PImpl, AC, M).getValueInBlock(V, CxtI->getParent(), CxtI)
1737 : getImpl(PImpl, AC, M).getValueAt(V, CxtI)
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
process.d 254 getImpl(name, (result) { value = result ? cachedToString(result) : defaultValue; });
452 void getImpl(scope const(char)[] name, scope void delegate(const(OSChar)[]) @safe sink) @trusted
1504 environment.getImpl("PATH",

Completed in 61 milliseconds