Home
last modified time | relevance | path

Searched defs:setR (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp169 void setR(unsigned Encoding) { R = Encoding >> 3 & 1; } in setR() function in __anon182f77eb0111::X86OpcodePrefixHelper
189 void setR(const MCInst &MI, unsigned OpNum) { in setR() function in __anon182f77eb0111::X86OpcodePrefixHelper
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3032 void setR(Expr *R) { Data->getChildren()[DataPositionTy::POS_R] = R; } in setR() function