Home
last modified time | relevance | path

Searched refs:uOp (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedOryon.td509 // I2V instruction has 1 uOp
518 // inline a FCVT, so add one more uOp
532 // inline a FCVT, so add one more uOp
728 // 3 uOp, 1 cycle for branch, 7 cycle for Authentication,
1579 // TBL 1-reg/2-reg; TBX 1-reg, 1uOp, throughput=4 latency=2
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp14038 if (UnaryOperator* uOp = dyn_cast<UnaryOperator>(op)) { in CheckAddressOfOperand() local
14039 if (uOp->getOpcode() == UO_Deref) in CheckAddressOfOperand()
14042 return uOp->getSubExpr()->getType(); in CheckAddressOfOperand()