| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | Float2Int.cpp | 135 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 D | SpeculativeExecution.cpp | 235 case Instruction::FPToSI: in ComputeSpeculationCost()
|
| H A D | GVNSink.cpp | 472 case Instruction::FPToSI: in lookupOrAdd()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | ReplaceConstant.cpp | 55 case Instruction::FPToSI: in createReplacementInstr()
|
| H A D | Instructions.cpp | 2702 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 D | Instruction.cpp | 371 case FPToSI: return "fptosi"; in getOpcodeName()
|
| H A D | Constants.cpp | 1543 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 D | ConstantFold.cpp | 645 case Instruction::FPToSI: in ConstantFoldCastInstruction() 1802 case Instruction::FPToSI: in evaluateICmpRelation()
|
| H A D | ConstantRange.cpp | 661 case Instruction::FPToSI: in castOp()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsOs16.cpp | 87 case Instruction::FPToSI: in needsFP()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | ConstrainedOps.def | 60 DAG_INSTRUCTION(FPToSI, 1, 0, experimental_constrained_fptosi, FP_TO_SINT)
|
| H A D | Instruction.def | 188 HANDLE_CAST_INST(42, FPToSI , FPToSIInst ) // floating point -> SInt
|
| H A D | PatternMatch.h | 1687 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 D | NVPTXTargetTransformInfo.cpp | 240 return {Instruction::FPToSI}; in simplifyNvvmIntrinsic()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 799 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 D | PPCTargetTransformInfo.cpp | 397 case Instruction::FPToSI: in mightUseCTR() 695 case Instruction::FPToSI: in mightUseCTR()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | CFLGraph.h | 544 case Instruction::FPToSI: { in visitConstantExpr()
|
| H A D | ObjCARCInstKind.cpp | 278 case Instruction::FPToSI: in GetARCInstKind()
|
| H A D | ValueTracking.cpp | 1150 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 D | TargetTransformInfo.cpp | 1376 case Instruction::FPToSI: in getInstructionThroughput()
|
| H A D | InlineCost.cpp | 1355 case Instruction::FPToSI: in visitCastInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 711 case Instruction::FPToSI: { in getConstantValue() 723 CE->getOpcode()==Instruction::FPToSI, in getConstantValue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 1513 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 D | LLLexer.cpp | 884 INSTKEYWORD(fptosi, FPToSI); in LexIdentifier()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1004 case Instruction::FPToSI: in getUserCost()
|