Searched refs:IntInfo (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
| H A D | PointerEmbeddedInt.h | 105 using IntInfo = DenseMapInfo<IntT>; 107 static inline T getEmptyKey() { return IntInfo::getEmptyKey(); } 108 static inline T getTombstoneKey() { return IntInfo::getTombstoneKey(); } 111 return IntInfo::getHashValue(Arg);
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 175 IntFieldInfo IntInfo; member 245 IntInfo.~IntFieldInfo(); in ~FieldInitializer() 259 new (&IntInfo) IntFieldInfo(); in FieldInitializer() 272 new (&IntInfo) IntFieldInfo(Values); in FieldInitializer() 290 new (&IntInfo) IntFieldInfo(Initializer.IntInfo); in FieldInitializer() 305 new (&IntInfo) IntFieldInfo(Initializer.IntInfo); in FieldInitializer() 321 IntInfo.~IntFieldInfo(); in operator =() 334 IntInfo = Initializer.IntInfo; in operator =() 350 IntInfo.~IntFieldInfo(); in operator =() 363 IntInfo = Initializer.IntInfo; in operator =() [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 3637 if (const CodeGenIntrinsic *IntInfo = N->getIntrinsicInfo(CDP)) { in AnalyzeNode() local 3638 ModRefInfo MR = IntInfo->ME.getModRef(); in AnalyzeNode() 3648 if (IntInfo->ME == MemoryEffects::unknown() || IntInfo->hasSideEffects) in AnalyzeNode()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstrAVX512.td | 5477 X86VectorVTInfo IntInfo> { 5480 (bitconvert (IntInfo.VT (OpNode _.RC:$src1, _.RC:$src2))), 5486 (bitconvert (IntInfo.VT (OpNode _.RC:$src1, _.RC:$src2))), 5493 (bitconvert (IntInfo.VT (OpNode _.RC:$src1, 5499 (bitconvert (IntInfo.VT (OpNode _.RC:$src1, 5508 X86VectorVTInfo IntInfo> { 5512 (IntInfo.VT (OpNode _.RC:$src1, 5513 (IntInfo.VT (IntInfo.BroadcastLdFrag addr:$src2))))), 5519 (IntInfo.VT (OpNode _.RC:$src1, 5520 (IntInfo.VT (IntInfo.BroadcastLdFrag addr:$src2))))), [all …]
|