Home
last modified time | relevance | path

Searched refs:FRem (Results 1 – 25 of 118) sorted by relevance

12345

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsOs16.cpp86 case Instruction::FRem: in needsFP()
/external/llvm/lib/Target/Mips/
DMipsOs16.cpp88 case Instruction::FRem: in needsFP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
DOperations.cpp51 Ops.push_back(binOpDescriptor(1, Instruction::FRem)); in describeFuzzerFloatOps()
116 case Instruction::FRem: in binOpDescriptor()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp95 LLVMOpcode = Ty->isFPOrFPVectorTy() ? Instruction::FRem : Instruction::SRem; in DecodeBinaryOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSpeculativeExecution.cpp243 case Instruction::FRem: in ComputeSpeculationCost()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dassembly_grammar.cpp128 CASE(FRem),
/external/deqp-deps/SPIRV-Tools/source/
Dassembly_grammar.cpp128 CASE(FRem),
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp97 case Instruction::FRem: in createReplacementInstr()
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp97 case Instruction::FRem: in createReplacementInstr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp415 if (Opcode == Instruction::FRem) { in getArithmeticInstrCost()
432 if (Opcode == Instruction::FRem) in getArithmeticInstrCost()
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVOpCodeEnum.h130 _SPIRV_OP(FRem, 140)
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/
Dllvm-stress.cpp401 case 5:{Op = (isFloat?Instruction::FRem : Instruction::SRem); break; } in Act()
402 case 6:{Op = (isFloat?Instruction::FRem : Instruction::URem); break; } in Act()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp354 case 5:{Op = (isFloat?Instruction::FRem : Instruction::SRem); break; } in Act()
355 case 6:{Op = (isFloat?Instruction::FRem : Instruction::URem); break; } in Act()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp661 case Instruction::FRem: in CanEvaluateShuffled()
724 case Instruction::FRem: in buildNew()
824 case Instruction::FRem: in EvaluateInDifferentElementOrder()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp720 case Instruction::FRem: in getConstantValue()
735 case Instruction::FRem: in getConstantValue()
761 case Instruction::FRem: in getConstantValue()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.def120 HANDLE_BINARY_INST(20, FRem , BinaryOperator)
/external/spirv-llvm/lib/SPIRV/
DSPIRVInternal.h119 _SPIRV_OP(FRem, FRem) in init()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.def139 HANDLE_BINARY_INST(22, FRem , BinaryOperator)
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.def135 HANDLE_BINARY_INST(22, FRem , BinaryOperator)
/external/llvm/include/llvm/IR/
DInstruction.def135 HANDLE_BINARY_INST(22, FRem , BinaryOperator)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h234 case Instruction::FRem: // X % 1.0 (doesn't simplify, but it is safe) in getSafeVectorConstantForBinop()
252 case Instruction::FRem: // 0.0 % X = 0 in getSafeVectorConstantForBinop()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp820 case Instruction::FRem: in getConstantValue()
835 case Instruction::FRem: in getConstantValue()
865 case Instruction::FRem: in getConstantValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp823 case Instruction::FRem: in getConstantValue()
838 case Instruction::FRem: in getConstantValue()
868 case Instruction::FRem: in getConstantValue()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPatternMatch.h357 inline BinaryOp_match<LHS, RHS, Instruction::FRem>
359 return BinaryOp_match<LHS, RHS, Instruction::FRem>(L, R); in m_FRem()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstruction.cpp120 case FRem: return "frem"; in getOpcodeName()

12345