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.cpp174 void setX(unsigned Encoding) { X = Encoding >> 3 & 1; } in setX() function in __anon182f77eb0111::X86OpcodePrefixHelper
192 void setX(const MCInst &MI, unsigned OpNum, unsigned Shift = 3) { in setX() function in __anon182f77eb0111::X86OpcodePrefixHelper
225 setX(Encoding); in setXX2()
1212 Prefix.setX(MI, CurOp, 4); in emitVEXOpcodePrefix()
1248 Prefix.setX(MI, CurOp, 4); in emitVEXOpcodePrefix()
1264 Prefix.setX(MI, CurOp, 4); in emitVEXOpcodePrefix()
1307 Prefix.setX(MI, CurOp, 4); in emitVEXOpcodePrefix()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp960 Dir->setX(Exprs.X); in Create()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h3022 void setX(Expr *X) { Data->getChildren()[DataPositionTy::POS_X] = X; } in setX() function