/external/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 113 case Instruction::FSub: return Instruction::Sub; in mapBinOpcode() 212 case Instruction::FSub: in walkBackwards() 258 case Instruction::FSub: in walkForwards() 485 case Instruction::FSub: in convert()
|
D | Reassociate.cpp | 888 isReassociableOp(V0, Instruction::Sub, Instruction::FSub)) in ShouldBreakUpSubtract() 892 isReassociableOp(V1, Instruction::Sub, Instruction::FSub)) in ShouldBreakUpSubtract() 897 isReassociableOp(VB, Instruction::Sub, Instruction::FSub))) in ShouldBreakUpSubtract() 1920 if (UserOpcode != Instruction::FAdd && UserOpcode != Instruction::FSub) in canonicalizeNegConstExpr() 1948 case Instruction::FSub: in canonicalizeNegConstExpr() 2037 } else if (I->getOpcode() == Instruction::FSub) { in OptimizeInst() 2086 cast<Instruction>(BO->user_back())->getOpcode() == Instruction::FSub) in OptimizeInst()
|
/external/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 85 case Instruction::FSub: in needsFP()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | PatternMatch.h | 309 inline BinaryOp_match<LHS, RHS, Instruction::FSub> 311 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R); in m_FSub() 648 if (I->getOpcode() == Instruction::FSub) in match() 651 if (CE->getOpcode() == Instruction::FSub) in match()
|
/external/vulkan-validation-layers/demos/smoke/android/src/main/jni/ |
D | Smoke.vert.h | 139 73: 7(fvec3) FSub 71 72
|
D | Smoke.push_constant.vert.h | 138 73: 7(fvec3) FSub 71 72
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 679 case Instruction::FSub: in getConstantValue() 714 case Instruction::FSub: in getConstantValue() 729 case Instruction::FSub: in getConstantValue() 749 case Instruction::FSub: in getConstantValue()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineMulDivRem.cpp | 586 FAddSub->getOpcode() == Instruction::FSub)) { in visitFMul() 604 if (Swap && FAddSub->getOpcode() == Instruction::FSub) in visitFMul() 656 Value *FSub = Builder->CreateFSub(FMulVal, OpX); in visitFMul() local 657 FSub->takeName(&I); in visitFMul() 658 return replaceInstUsesWith(I, FSub); in visitFMul()
|
D | InstCombineAddSub.cpp | 343 if (Opcode == Instruction::FAdd || Opcode == Instruction::FSub) { in drillValueDownOneStep() 366 if (Opcode == Instruction::FSub) in drillValueDownOneStep() 426 I->getOpcode() == Instruction::FSub) && "Expect add/sub"); in performFactorization() 509 I->getOpcode() == Instruction::FSub) && "Expect add/sub"); in simplify()
|
D | InstCombineVectorOps.cpp | 653 case Instruction::FSub: in CanEvaluateShuffled() 716 case Instruction::FSub: in buildNew() 816 case Instruction::FSub: in EvaluateInDifferentElementOrder()
|
D | InstCombineSelect.cpp | 855 (TI->getOpcode() == Instruction::FSub && in foldAddSubSelect() 861 (FI->getOpcode() == Instruction::FSub && in foldAddSubSelect()
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 779 case Instruction::FSub: in getConstantValue() 814 case Instruction::FSub: in getConstantValue() 829 case Instruction::FSub: in getConstantValue() 850 case Instruction::FSub: in getConstantValue()
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVOpCodeEnum.h | 121 _SPIRV_OP(FSub, 131)
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.def | 112 HANDLE_BINARY_INST(12, FSub , BinaryOperator)
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVInternal.h | 112 _SPIRV_OP(FSub, FSub) in init()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 127 HANDLE_BINARY_INST(14, FSub , BinaryOperator)
|
D | PatternMatch.h | 452 inline BinaryOp_match<LHS, RHS, Instruction::FSub> m_FSub(const LHS &L, in m_FSub() 454 return BinaryOp_match<LHS, RHS, Instruction::FSub>(L, R); in m_FSub() 886 if (O->getOpcode() == Instruction::FSub) in match()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 789 (TI->getOpcode() == Instruction::FSub && in visitSelectInst() 794 (FI->getOpcode() == Instruction::FSub && in visitSelectInst()
|
/external/llvm/lib/Analysis/ |
D | CostModel.cpp | 394 case Instruction::FSub: in getInstructionCost()
|
D | ObjCARCInstKind.cpp | 274 case Instruction::FSub: in GetARCInstKind()
|
D | InstructionSimplify.cpp | 815 Instruction *FSub = cast<Instruction>(SubOp); in SimplifyFAddInst() local 816 if ((FMF.noNaNs() || FSub->hasNoNaNs()) && in SimplifyFAddInst() 817 (FMF.noInfs() || FSub->hasNoInfs())) in SimplifyFAddInst() 830 return ConstantFoldBinaryOpOperands(Instruction::FSub, CLHS, CRHS, Q.DL); in SimplifyFSubInst() 3773 case Instruction::FSub: in SimplifyBinOp() 3833 case Instruction::FSub: in SimplifyFPBinOp() 4105 case Instruction::FSub: in SimplifyInstruction()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instruction.cpp | 112 case FSub: return "fsub"; in getOpcodeName()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 277 case FSub: return "fsub"; in getOpcodeName()
|
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 807 case Instruction::FSub: Out << "getFSub("; break; in printConstant() 1131 case Instruction::FSub: in printInstruction() 1151 case Instruction::FSub: Out << "Instruction::FSub"; break; in printInstruction()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 152 return Instruction::FSub; in getAltOpcode() 153 case Instruction::FSub: in getAltOpcode() 168 return Op == Instruction::FAdd || Op == Instruction::FSub || in canCombineAsAltInst() 1250 case Instruction::FSub: in buildTree_rec() 1607 case Instruction::FSub: in getEntryCost() 2351 case Instruction::FSub: in vectorizeTree()
|