Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp3908 const bool HasRoundingMode = RISCVII::hasRoundModeOp(TrueTSFlags); in performCombineVMergeAndVOps() local
3909 const unsigned NormalOpsEnd = TrueVLIndex - IsMasked - HasRoundingMode; in performCombineVMergeAndVOps()
3919 if (HasRoundingMode) in performCombineVMergeAndVOps()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3107 bool HasRoundingMode = false) { in handleVectorConvertIntrinsic()
3111 assert((!HasRoundingMode || in handleVectorConvertIntrinsic()
3115 switch (I.arg_size() - HasRoundingMode) { in handleVectorConvertIntrinsic()