Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp3677 const bool HasRoundingMode = RISCVII::hasRoundModeOp(TrueTSFlags); in performCombineVMergeAndVOps() local
3678 const unsigned NormalOpsEnd = TrueVLIndex - IsMasked - HasRoundingMode; in performCombineVMergeAndVOps()
3688 if (HasRoundingMode) in performCombineVMergeAndVOps()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3066 bool HasRoundingMode = false) { in handleVectorConvertIntrinsic()
3070 assert((!HasRoundingMode || in handleVectorConvertIntrinsic()
3074 switch (I.arg_size() - HasRoundingMode) { in handleVectorConvertIntrinsic()