Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DOpcodes.td143 bit ChangesPC = 0;
169 let ChangesPC = 1;
183 let ChangesPC = 1;
195 let ChangesPC = 1;
203 let ChangesPC = 1;
209 let ChangesPC = 1;
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangOpcodesEmitter.cpp119 bool ChangesPC = R->getValueAsBit("ChangesPC"); in EmitInterp() local
145 if (ChangesPC) in EmitInterp()