Searched refs:FSub (Results 26 - 50 of 72) sorted by relevance

123

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp70 dbgs() << "Unhandled type for FSub instruction: " << *Ty << "\n";
533 case Instruction::FSub: executeFSubInst(R, Src1, Src2, Ty); break;
1234 case Instruction::FSub: executeFSubInst(Dest, Op0, Op1, Ty); break;
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp733 INSTKEYWORD(sub, Sub); INSTKEYWORD(fsub, FSub);
/external/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp447 case Instruction::FSub:
/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp350 case 1:{Op = (isFloat?Instruction::FSub : Instruction::Sub); break; }
/external/swiftshader/third_party/LLVM/lib/AsmParser/
H A DLLLexer.cpp615 INSTKEYWORD(sub, Sub); INSTKEYWORD(fsub, FSub);
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstructions.cpp1731 case FAdd: case FSub:
1851 return new BinaryOperator(Instruction::FSub,
1859 return new BinaryOperator(Instruction::FSub,
1915 if (Bop->getOpcode() == Instruction::FSub)
H A DConstants.cpp1460 case Instruction::FSub:
1799 return get(Instruction::FSub, C1, C2);
H A DConstantFold.cpp1257 case Instruction::FSub:
1304 case Instruction::FSub:
/external/llvm/lib/IR/
H A DConstantFold.cpp1003 case Instruction::FSub:
1193 case Instruction::FSub:
H A DInstructions.cpp2080 case FAdd: case FSub:
2200 return new BinaryOperator(Instruction::FSub, zero, Op,
2207 return new BinaryOperator(Instruction::FSub, zero, Op,
2243 if (Bop->getOpcode() == Instruction::FSub)
H A DConstants.cpp1752 case Instruction::FSub:
2151 return get(Instruction::FSub, C1, C2);
/external/swiftshader/third_party/subzero/src/
H A DIceConverter.cpp298 case Instruction::FSub:
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp72 dbgs() << "Unhandled type for FSub instruction: " << *Ty << "\n";
744 case Instruction::FSub: FLOAT_VECTOR_OP(-) break;
774 case Instruction::FSub: executeFSubInst(R, Src1, Src2, Ty); break;
2030 case Instruction::FSub: executeFSubInst(Dest, Op0, Op1, Ty); break;
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1307 case Instruction::FSub:
H A DGVN.cpp489 case Instruction::FSub:
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp888 case Instruction::FSub:
889 // FNeg is currently represented in LLVM IR as a special case of FSub.
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1192 case Instruction::FSub:
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSCCP.cpp1493 case Instruction::FSub:
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.ml151 | FSub Constructor in type:Opcode/t
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1568 case Instruction::FSub:
1569 // FNeg is currently represented in LLVM IR as a special case of FSub.
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1675 case FSub: return ISD::FSUB;
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1278 case Instruction::FSub:
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVInstruction.h664 _SPIRV_OP(FSub)
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp85 case Instruction::FSub: return bitc::BINOP_SUB;
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMFastISel.cpp2090 case Instruction::FSub:

Completed in 586 milliseconds

123