Searched refs:setX (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCCodeEmitter.cpp | 174 void setX(unsigned Encoding) { X = Encoding >> 3 & 1; } in setX() function in __anonf3d004a10111::X86OpcodePrefixHelper 192 void setX(const MCInst &MI, unsigned OpNum, unsigned Shift = 3) { in setX() function in __anonf3d004a10111::X86OpcodePrefixHelper 221 setX(Encoding); in setXX2() 1192 Prefix.setX(MI, CurOp, 4); in emitVEXOpcodePrefix() 1223 Prefix.setX(MI, CurOp, 4); in emitVEXOpcodePrefix() 1238 Prefix.setX(MI, CurOp, 4); in emitVEXOpcodePrefix() 1276 Prefix.setX(MI, CurOp, 4); in emitVEXOpcodePrefix()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 3018 void setX(Expr *X) { Data->getChildren()[DataPositionTy::POS_X] = X; } in setX() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 922 Dir->setX(Exprs.X); in Create()
|