| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | Float2Int.cpp | 134 case Instruction::FPToSI: in findRoots() 217 case Instruction::FPToSI: in walkBackwards() 312 case Instruction::FPToSI: { in calcRange() 464 case Instruction::FPToSI: in convert()
|
| H A D | SpeculativeExecution.cpp | 235 case Instruction::FPToSI: in ComputeSpeculationCost()
|
| H A D | GVNSink.cpp | 481 case Instruction::FPToSI: in lookupOrAdd()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsOs16.cpp | 88 case Instruction::FPToSI: in needsFP()
|
| /llvm-project-15.0.7/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 | VPIntrinsics.def | 263 HELPER_REGISTER_FP_CAST_VP(fptosi, VP_FPTOSI, FPToSI, 0)
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXTargetTransformInfo.cpp | 292 return {Instruction::FPToSI}; in simplifyNvvmIntrinsic()
|
| /llvm-project-15.0.7/mlir/lib/Target/LLVMIR/ |
| H A D | ConvertFromLLVMIR.cpp | 645 INST(FPToSI, FPToSI), in lookupOperationNameFromOpcode() 818 case llvm::Instruction::FPToSI: in processInstruction()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTargetTransformInfo.cpp | 841 Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI) { in getCastInstrCost() 866 (Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI)) in getCastInstrCost()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 411 Instruction::FPToSI, IntTy, FpTy, TTI::CastContextHint::None, in tryToFPToSat()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | CFLGraph.h | 545 case Instruction::FPToSI: { in visitConstantExpr()
|
| H A D | ObjCARCInstKind.cpp | 278 case Instruction::FPToSI: in GetARCInstKind()
|
| H A D | TargetTransformInfo.cpp | 1169 case Instruction::FPToSI: in getInstructionThroughput()
|
| H A D | ValueTracking.cpp | 1196 case Instruction::FPToSI: in computeKnownBitsFromOperator() 5130 case Instruction::FPToSI: in canCreateUndefOrPoison() 6320 case Instruction::FPToSI: in lookThroughCast() 6383 if (*CastOp == Instruction::FPToSI || *CastOp == Instruction::FPToUI) in matchDecomposedSelectPattern() 6392 if (*CastOp == Instruction::FPToSI || *CastOp == Instruction::FPToUI) in matchDecomposedSelectPattern()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 1677 case Instruction::FPToSI: in canEvaluateShuffled() 1768 case Instruction::FPToSI: in buildNew() 1836 case Instruction::FPToSI: in evaluateInDifferentElementOrder() 2304 case Instruction::FPToSI: in foldCastShuffle()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2933 case Instruction::FPToSI: in isNoopCast() 3198 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertBefore); in Create() 3220 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertAtEnd); in Create() 3506 return FPToSI; // FP -> sint in getCastOpcode() 3613 case Instruction::FPToSI: in castIsValid() 3766 ) : CastInst(Ty, FPToSI, S, Name, InsertBefore) { in FPToSIInst() 3772 ) : CastInst(Ty, FPToSI, S, Name, InsertAtEnd) { in FPToSIInst()
|
| H A D | Instruction.cpp | 401 case FPToSI: return "fptosi"; in getOpcodeName()
|
| H A D | Constants.cpp | 1474 case Instruction::FPToSI: in getWithOperands() 1969 case Instruction::FPToSI: in getCast() 2168 return getFoldedCast(Instruction::FPToSI, C, Ty, OnlyIfReduced); in getFPToSI() 3443 case Instruction::FPToSI: in getAsInstruction()
|
| H A D | ConstantFold.cpp | 444 case Instruction::FPToSI: in ConstantFoldCastInstruction() 1507 case Instruction::FPToSI: in evaluateICmpRelation()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 711 case Instruction::FPToSI: { in getConstantValue() 723 CE->getOpcode()==Instruction::FPToSI, in getConstantValue()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCTargetTransformInfo.cpp | 398 case Instruction::FPToSI: in mightUseCTR() 703 case Instruction::FPToSI: in mightUseCTR()
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 834 INSTKEYWORD(fptosi, FPToSI); in LexIdentifier()
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfoImpl.h | 1066 case Instruction::FPToSI: in getUserCost()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 585 case Instruction::FPToSI: in execute()
|