Searched refs:FSub (Results 1 - 25 of 72) sorted by relevance

123

/external/llvm/lib/Target/Mips/
H A DMipsOs16.cpp85 case Instruction::FSub:
/external/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp113 case Instruction::FSub: return Instruction::Sub;
212 case Instruction::FSub:
258 case Instruction::FSub:
260 assert(Ops.size() == 2 && "FSub is a binary operator!");
485 case Instruction::FSub:
H A DReassociate.cpp888 isReassociableOp(V0, Instruction::Sub, Instruction::FSub))
892 isReassociableOp(V1, Instruction::Sub, Instruction::FSub))
897 isReassociableOp(VB, Instruction::Sub, Instruction::FSub)))
1920 if (UserOpcode != Instruction::FAdd && UserOpcode != Instruction::FSub)
1948 case Instruction::FSub:
2037 } else if (I->getOpcode() == Instruction::FSub) {
2086 cast<Instruction>(BO->user_back())->getOpcode() == Instruction::FSub)
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DPatternMatch.h309 inline BinaryOp_match<LHS, RHS, Instruction::FSub>
311 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R);
648 if (I->getOpcode() == Instruction::FSub)
651 if (CE->getOpcode() == Instruction::FSub)
/external/swiftshader/third_party/subzero/pnacl-llvm/
H A DNaClBitcodeDecoders.cpp80 LLVMOpcode = Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub;
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVOpCodeEnum.h121 _SPIRV_OP(FSub, 131)
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
H A DExecutionEngine.cpp679 case Instruction::FSub:
714 case Instruction::FSub:
729 case Instruction::FSub:
749 case Instruction::FSub:
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp586 FAddSub->getOpcode() == Instruction::FSub)) {
604 if (Swap && FAddSub->getOpcode() == Instruction::FSub)
656 Value *FSub = Builder->CreateFSub(FMulVal, OpX); local
657 FSub->takeName(&I);
658 return replaceInstUsesWith(I, FSub);
H A DInstCombineVectorOps.cpp653 case Instruction::FSub:
716 case Instruction::FSub:
816 case Instruction::FSub:
H A DInstCombineAddSub.cpp343 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub) {
366 if (Opcode == Instruction::FSub)
426 I->getOpcode() == Instruction::FSub) && "Expect add/sub");
509 I->getOpcode() == Instruction::FSub) && "Expect add/sub");
H A DInstCombineSelect.cpp855 (TI->getOpcode() == Instruction::FSub &&
861 (FI->getOpcode() == Instruction::FSub &&
/external/llvm/lib/Analysis/
H A DCostModel.cpp394 case Instruction::FSub:
H A DObjCARCInstKind.cpp274 case Instruction::FSub:
H A DInstructionSimplify.cpp815 Instruction *FSub = cast<Instruction>(SubOp); local
816 if ((FMF.noNaNs() || FSub->hasNoNaNs()) &&
817 (FMF.noInfs() || FSub->hasNoInfs()))
824 /// Given operands for an FSub, see if we can fold the result. If not, this
830 return ConstantFoldBinaryOpOperands(Instruction::FSub, CLHS, CRHS, Q.DL);
3773 case Instruction::FSub:
3833 case Instruction::FSub:
4105 case Instruction::FSub:
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp779 case Instruction::FSub:
814 case Instruction::FSub:
829 case Instruction::FSub:
850 case Instruction::FSub:
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstruction.cpp112 case FSub: return "fsub";
/external/spirv-llvm/lib/SPIRV/
H A DSPIRVInternal.h112 _SPIRV_OP(FSub, FSub)
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp789 (TI->getOpcode() == Instruction::FSub &&
794 (FI->getOpcode() == Instruction::FSub &&
/external/llvm/include/llvm/IR/
H A DPatternMatch.h452 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L,
454 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R);
886 if (O->getOpcode() == Instruction::FSub)
/external/llvm/lib/IR/
H A DInstruction.cpp277 case FSub: return "fsub";
/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp441 case Instruction::FSub:
/external/vulkan-validation-layers/demos/smoke/android/src/main/jni/
H A DSmoke.push_constant.vert.h138 73: 7(fvec3) FSub 71 72
H A DSmoke.vert.h139 73: 7(fvec3) FSub 71 72
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
H A DCPPBackend.cpp807 case Instruction::FSub: Out << "getFSub("; break;
1131 case Instruction::FSub:
1151 case Instruction::FSub: Out << "Instruction::FSub"; break;
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp152 return Instruction::FSub;
153 case Instruction::FSub:
168 return Op == Instruction::FAdd || Op == Instruction::FSub ||
1250 case Instruction::FSub:
1607 case Instruction::FSub:
2351 case Instruction::FSub:

Completed in 459 milliseconds

123