Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp176 void setX(unsigned Encoding) { X = Encoding >> 3 & 1; } in setX() function in __anon182f77eb0111::X86OpcodePrefixHelper
194 void setX(const MCInst &MI, unsigned OpNum, unsigned Shift = 3) { in setX() function in __anon182f77eb0111::X86OpcodePrefixHelper
227 setX(Encoding); in setXX2()
1225 Prefix.setX(MI, CurOp, 4); in emitVEXOpcodePrefix()
1261 Prefix.setX(MI, CurOp, 4); in emitVEXOpcodePrefix()
1277 Prefix.setX(MI, CurOp, 4); in emitVEXOpcodePrefix()
1320 Prefix.setX(MI, CurOp, 4); in emitVEXOpcodePrefix()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp998 Dir->setX(Exprs.X); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3005 void setX(Expr *X) { Data->getChildren()[DataPositionTy::POS_X] = X; } in setX() function