Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp171 void setR(unsigned Encoding) { R = Encoding >> 3 & 1; } in setR() function in __anon182f77eb0111::X86OpcodePrefixHelper
191 void setR(const MCInst &MI, unsigned OpNum) { in setR() function in __anon182f77eb0111::X86OpcodePrefixHelper
192 setR(getRegEncoding(MI, OpNum)); in setR()
220 setR(Encoding); in setRR2()
1168 Prefix.setR(MI, CurOp++); in emitVEXOpcodePrefix()
1255 Prefix.setR(MI, CurOp++); in emitVEXOpcodePrefix()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp1000 Dir->setR(Exprs.R); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3015 void setR(Expr *R) { Data->getChildren()[DataPositionTy::POS_R] = R; } in setR() function