| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsOs16.cpp | 86 case Instruction::FRem: in needsFP()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/ |
| H A D | InstCombiner.h | 295 case Instruction::FRem: // X % 1.0 (doesn't simplify, but it is safe) in getSafeVectorConstantForBinop() 314 case Instruction::FRem: // 0.0 % X = 0 in getSafeVectorConstantForBinop()
|
| /freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | Operations.cpp | 50 Ops.push_back(binOpDescriptor(1, Instruction::FRem)); in describeFuzzerFloatOps() 140 case Instruction::FRem: in binOpDescriptor()
|
| H A D | IRMutator.cpp | 336 case Instruction::FRem: { in mutate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SpeculativeExecution.cpp | 244 case Instruction::FRem: in ComputeSpeculationCost()
|
| H A D | GVNSink.cpp | 415 case Instruction::FRem: in lookupOrAdd()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Values.def | 104 OP(FRem) \
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 56 DAG_INSTRUCTION(FRem, 2, 1, experimental_constrained_frem, FREM)
|
| H A D | Instruction.def | 158 HANDLE_BINARY_INST(24, FRem , BinaryOperator)
|
| H A D | Operator.h | 362 case Instruction::FRem:
|
| H A D | Instruction.h | 347 return Opcode == FDiv || Opcode == FRem;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | Legality.cpp | 133 case Instruction::Opcode::FRem: in notVectorizableBasedOnOpcodesAndTypes()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 386 case 5:{Op = (isFloat?Instruction::FRem : Instruction::SRem); break; } in Act() 387 case 6:{Op = (isFloat?Instruction::FRem : Instruction::URem); break; } in Act()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 827 case Instruction::FRem: in getConstantValue() 842 case Instruction::FRem: in getConstantValue() 872 case Instruction::FRem: in getConstantValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ObjCARCInstKind.cpp | 263 case Instruction::FRem: in GetARCInstKind()
|
| H A D | TargetTransformInfo.cpp | 960 if (TLibInfo && Opcode == Instruction::FRem) { in getArithmeticInstrCost() 964 TLibInfo->getLibFunc(Instruction::FRem, Ty->getScalarType(), Func) && in getArithmeticInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/ |
| H A D | BottomUpVec.cpp | 131 case Instruction::Opcode::FRem: in createVectorInstr()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantFold.cpp | 707 case Instruction::FRem: in ConstantFoldBinaryInstruction() 869 case Instruction::FRem: in ConstantFoldBinaryInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 599 if (Opcode == Instruction::FRem) in getArithmeticInstrCost() 710 if (Opcode == Instruction::FRem) { in getArithmeticInstrCost()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 683 case Instruction::FRem: 1422 case Instruction::FRem: in getInstructionCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 1873 case Instruction::FRem: in canEvaluateShuffled() 1942 case Instruction::FRem: in buildNew() 2036 case Instruction::FRem: in evaluateInDifferentElementOrder()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 1784 Opcode == Instruction::FDiv || Opcode == Instruction::FRem || in flagsValidForOpcode() 1870 case Instruction::FRem: in execute() 1967 case Instruction::FRem: in computeCost() 2937 case Instruction::FRem: in computeCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Instruction.cpp | 1209 case Instruction::Opcode::FRem: in getLLVMBinaryOp() 1210 return static_cast<llvm::Instruction::BinaryOps>(llvm::Instruction::FRem); in getLLVMBinaryOp()
|
| H A D | Context.cpp | 224 case llvm::Instruction::FRem: in getOrCreateValueInternal()
|
| /freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 913 INSTKEYWORD(urem, URem); INSTKEYWORD(srem, SRem); INSTKEYWORD(frem, FRem); in LexIdentifier()
|