Home
last modified time | relevance | path

Searched refs:FPToSI (Results 1 – 25 of 45) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp135 case Instruction::FPToSI: in findRoots()
218 case Instruction::FPToSI: in walkBackwards()
278 case Instruction::FPToSI: in walkForwards()
470 case Instruction::FPToSI: in convert()
H A DSpeculativeExecution.cpp235 case Instruction::FPToSI: in ComputeSpeculationCost()
H A DGVNSink.cpp472 case Instruction::FPToSI: in lookupOrAdd()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DReplaceConstant.cpp55 case Instruction::FPToSI: in createReplacementInstr()
H A DInstructions.cpp2702 case Instruction::FPToSI: in isNoopCast()
2959 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertBefore); in Create()
2981 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertAtEnd); in Create()
3267 return FPToSI; // FP -> sint in getCastOpcode()
3374 case Instruction::FPToSI: in castIsValid()
3527 ) : CastInst(Ty, FPToSI, S, Name, InsertBefore) { in FPToSIInst()
3533 ) : CastInst(Ty, FPToSI, S, Name, InsertAtEnd) { in FPToSIInst()
H A DInstruction.cpp371 case FPToSI: return "fptosi"; in getOpcodeName()
H A DConstants.cpp1543 case Instruction::FPToSI: in getWithOperands()
2002 case Instruction::FPToSI: in getCast()
2190 return getFoldedCast(Instruction::FPToSI, C, Ty, OnlyIfReduced); in getFPToSI()
3496 case Instruction::FPToSI: in getAsInstruction()
H A DConstantFold.cpp645 case Instruction::FPToSI: in ConstantFoldCastInstruction()
1802 case Instruction::FPToSI: in evaluateICmpRelation()
H A DConstantRange.cpp661 case Instruction::FPToSI: in castOp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsOs16.cpp87 case Instruction::FPToSI: in needsFP()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstrainedOps.def60 DAG_INSTRUCTION(FPToSI, 1, 0, experimental_constrained_fptosi, FP_TO_SINT)
H A DInstruction.def188 HANDLE_CAST_INST(42, FPToSI , FPToSIInst ) // floating point -> SInt
H A DPatternMatch.h1687 inline CastClass_match<OpTy, Instruction::FPToSI> m_FPToSI(const OpTy &Op) { in m_FPToSI()
1688 return CastClass_match<OpTy, Instruction::FPToSI>(Op); in m_FPToSI()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp240 return {Instruction::FPToSI}; in simplifyNvvmIntrinsic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp799 Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI) { in getCastInstrCost()
824 (Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI)) in getCastInstrCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp397 case Instruction::FPToSI: in mightUseCTR()
695 case Instruction::FPToSI: in mightUseCTR()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFLGraph.h544 case Instruction::FPToSI: { in visitConstantExpr()
H A DObjCARCInstKind.cpp278 case Instruction::FPToSI: in GetARCInstKind()
H A DValueTracking.cpp1150 case Instruction::FPToSI: in computeKnownBitsFromOperator()
4925 case Instruction::FPToSI: in canCreateUndefOrPoison()
6081 case Instruction::FPToSI: in lookThroughCast()
6144 if (*CastOp == Instruction::FPToSI || *CastOp == Instruction::FPToUI) in matchDecomposedSelectPattern()
6153 if (*CastOp == Instruction::FPToSI || *CastOp == Instruction::FPToUI) in matchDecomposedSelectPattern()
H A DTargetTransformInfo.cpp1376 case Instruction::FPToSI: in getInstructionThroughput()
H A DInlineCost.cpp1355 case Instruction::FPToSI: in visitCastInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp711 case Instruction::FPToSI: { in getConstantValue()
723 CE->getOpcode()==Instruction::FPToSI, in getConstantValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1513 case Instruction::FPToSI: in canEvaluateShuffled()
1604 case Instruction::FPToSI: in buildNew()
1672 case Instruction::FPToSI: in evaluateInDifferentElementOrder()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp884 INSTKEYWORD(fptosi, FPToSI); in LexIdentifier()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1004 case Instruction::FPToSI: in getUserCost()

12