Home
last modified time | relevance | path

Searched refs:IntInfo (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DPointerEmbeddedInt.h106 using IntInfo = DenseMapInfo<IntT>;
108 static inline T getEmptyKey() { return IntInfo::getEmptyKey(); }
109 static inline T getTombstoneKey() { return IntInfo::getTombstoneKey(); }
112 return IntInfo::getHashValue(Arg);
/external/llvm/include/llvm/ADT/
DPointerEmbeddedInt.h106 typedef DenseMapInfo<IntT> IntInfo;
108 static inline T getEmptyKey() { return IntInfo::getEmptyKey(); }
109 static inline T getTombstoneKey() { return IntInfo::getTombstoneKey(); }
111 return IntInfo::getHashValue(Arg);
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp2454 if (const CodeGenIntrinsic *IntInfo = N->getIntrinsicInfo(CDP)) { in AnalyzeNode() local
2456 if (IntInfo->ModRef >= CodeGenIntrinsic::ReadArgMem) in AnalyzeNode()
2459 if (IntInfo->ModRef >= CodeGenIntrinsic::ReadWriteArgMem) in AnalyzeNode()
2462 if (IntInfo->ModRef >= CodeGenIntrinsic::ReadWriteMem) in AnalyzeNode()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp3347 if (const CodeGenIntrinsic *IntInfo = N->getIntrinsicInfo(CDP)) { in AnalyzeNode() local
3349 if (IntInfo->ModRef & CodeGenIntrinsic::MR_Ref) in AnalyzeNode()
3352 if (IntInfo->ModRef & CodeGenIntrinsic::MR_Mod) in AnalyzeNode()
3355 if (IntInfo->ModRef >= CodeGenIntrinsic::ReadWriteMem || in AnalyzeNode()
3356 IntInfo->hasSideEffects) in AnalyzeNode()
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp2817 if (const CodeGenIntrinsic *IntInfo = N->getIntrinsicInfo(CDP)) { in AnalyzeNode() local
2819 if (IntInfo->ModRef & CodeGenIntrinsic::MR_Ref) in AnalyzeNode()
2822 if (IntInfo->ModRef & CodeGenIntrinsic::MR_Mod) in AnalyzeNode()
2825 if (IntInfo->ModRef >= CodeGenIntrinsic::ReadWriteMem) in AnalyzeNode()