/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 86 case Instruction::FRem: in needsFP()
|
/external/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 88 case Instruction::FRem: in needsFP()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/ |
D | Operations.cpp | 51 Ops.push_back(binOpDescriptor(1, Instruction::FRem)); in describeFuzzerFloatOps() 116 case Instruction::FRem: in binOpDescriptor()
|
/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 95 LLVMOpcode = Ty->isFPOrFPVectorTy() ? Instruction::FRem : Instruction::SRem; in DecodeBinaryOpcode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SpeculativeExecution.cpp | 243 case Instruction::FRem: in ComputeSpeculationCost()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | assembly_grammar.cpp | 128 CASE(FRem),
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | assembly_grammar.cpp | 128 CASE(FRem),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 97 case Instruction::FRem: in createReplacementInstr()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 97 case Instruction::FRem: in createReplacementInstr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 415 if (Opcode == Instruction::FRem) { in getArithmeticInstrCost() 432 if (Opcode == Instruction::FRem) in getArithmeticInstrCost()
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVOpCodeEnum.h | 130 _SPIRV_OP(FRem, 140)
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 401 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/ |
D | llvm-stress.cpp | 354 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/ |
D | InstCombineVectorOps.cpp | 661 case Instruction::FRem: in CanEvaluateShuffled() 724 case Instruction::FRem: in buildNew() 824 case Instruction::FRem: in EvaluateInDifferentElementOrder()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 720 case Instruction::FRem: in getConstantValue() 735 case Instruction::FRem: in getConstantValue() 761 case Instruction::FRem: in getConstantValue()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.def | 120 HANDLE_BINARY_INST(20, FRem , BinaryOperator)
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVInternal.h | 119 _SPIRV_OP(FRem, FRem) in init()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instruction.def | 139 HANDLE_BINARY_INST(22, FRem , BinaryOperator)
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 135 HANDLE_BINARY_INST(22, FRem , BinaryOperator)
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 135 HANDLE_BINARY_INST(22, FRem , BinaryOperator)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 234 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/ |
D | ExecutionEngine.cpp | 820 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/ |
D | ExecutionEngine.cpp | 823 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/ |
D | PatternMatch.h | 357 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/ |
D | Instruction.cpp | 120 case FRem: return "frem"; in getOpcodeName()
|