Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DIntrinsicEmitter.cpp406 static MemoryEffects getEffectiveME(const CodeGenIntrinsic &Int) { in getEffectiveME() function
431 uint32_t LME = getEffectiveME(*L).toIntValue(); in compareFnAttributes()
432 uint32_t RME = getEffectiveME(*R).toIntValue(); in compareFnAttributes()
446 Int.isStrictFP || getEffectiveME(Int) != MemoryEffects::unknown(); in hasFnAttributes()
609 const MemoryEffects ME = getEffectiveME(Int); in EmitAttributes()