HomeSort by relevance Sort by last modified time
    Searched refs:FRem (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/llvm/lib/Target/Mips/
MipsOs16.cpp 88 case Instruction::FRem:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsOs16.cpp 86 case Instruction::FRem:
  /external/deqp-deps/SPIRV-Tools/source/
assembly_grammar.cpp 128 CASE(FRem),
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 97 case Instruction::FRem:
  /external/swiftshader/third_party/SPIRV-Tools/source/
assembly_grammar.cpp 128 CASE(FRem),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 97 case Instruction::FRem:
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SpeculativeExecution.cpp 243 case Instruction::FRem:
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeDecoders.cpp 95 LLVMOpcode = Ty->isFPOrFPVectorTy() ? Instruction::FRem : Instruction::SRem;
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVOpCodeEnum.h 130 _SPIRV_OP(FRem, 140)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/FuzzMutate/
Operations.cpp 51 Ops.push_back(binOpDescriptor(1, Instruction::FRem));
116 case Instruction::FRem:
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 661 case Instruction::FRem:
724 case Instruction::FRem:
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp 720 case Instruction::FRem:
735 case Instruction::FRem:
761 case Instruction::FRem:
    [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 66 case Instruction::FRem:
  /external/llvm/lib/Analysis/
CostModel.cpp 402 case Instruction::FRem:
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instruction.cpp 120 case FRem: return "frem";
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 354 case 5:{Op = (isFloat?Instruction::FRem : Instruction::SRem); break; }
355 case 6:{Op = (isFloat?Instruction::FRem : Instruction::URem); break; }
  /external/spirv-llvm/lib/SPIRV/
SPIRVInternal.h 119 _SPIRV_OP(FRem, FRem)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
PatternMatch.h 357 inline BinaryOp_match<LHS, RHS, Instruction::FRem>
359 return BinaryOp_match<LHS, RHS, Instruction::FRem>(L, R);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.cpp 414 // There is no native support for FRem.
415 if (Opcode == Instruction::FRem) {
431 // There is no native support for FRem.
432 if (Opcode == Instruction::FRem)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineInternal.h 234 case Instruction::FRem: // X % 1.0 (doesn't simplify, but it is safe)
252 case Instruction::FRem: // 0.0 % X = 0
    [all...]
InstCombineVectorOps.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/
llvm-stress.cpp 401 case 5:{Op = (isFloat?Instruction::FRem : Instruction::SRem); break; }
402 case 6:{Op = (isFloat?Instruction::FRem : Instruction::URem); break; }
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 820 case Instruction::FRem:
835 case Instruction::FRem:
865 case Instruction::FRem:
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 823 case Instruction::FRem:
838 case Instruction::FRem:
868 case Instruction::FRem:
    [all...]
  /external/deqp-deps/SPIRV-Tools/test/
text_to_binary.constant_test.cpp 704 CASE2(FRem),
    [all...]

Completed in 918 milliseconds

1 2 3 4 5