Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.h237 bool mayStore_Unset : 1; variable
266 return mayLoad_Unset || mayStore_Unset || hasSideEffects_Unset; in hasUndefFlags()
DCodeGenInstruction.cpp333 mayStore_Unset = Unset; in CodeGenInstruction()
DCodeGenDAGPatterns.cpp2855 if (InstInfo.mayStore != PatInfo.mayStore && !InstInfo.mayStore_Unset) { in InferFromPattern()
3328 if (InstInfo->mayStore_Unset) in InferInstructionFlags()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenInstruction.h240 bool mayStore_Unset : 1; variable
272 return mayLoad_Unset || mayStore_Unset || hasSideEffects_Unset; in hasUndefFlags()
DCodeGenInstruction.cpp338 mayStore_Unset = Unset; in CodeGenInstruction()
DCodeGenDAGPatterns.cpp3386 if (InstInfo.mayStore != PatInfo.mayStore && !InstInfo.mayStore_Unset) { in InferFromPattern()
3843 if (InstInfo->mayStore_Unset) in InferInstructionFlags()