Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp134 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 DSpeculativeExecution.cpp235 case Instruction::FPToSI: in ComputeSpeculationCost()
H A DGVNSink.cpp481 case Instruction::FPToSI: in lookupOrAdd()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsOs16.cpp88 case Instruction::FPToSI: in needsFP()
/llvm-project-15.0.7/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 DVPIntrinsics.def263 HELPER_REGISTER_FP_CAST_VP(fptosi, VP_FPTOSI, FPToSI, 0)
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.cpp292 return {Instruction::FPToSI}; in simplifyNvvmIntrinsic()
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DConvertFromLLVMIR.cpp645 INST(FPToSI, FPToSI), in lookupOperationNameFromOpcode()
818 case llvm::Instruction::FPToSI: in processInstruction()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp841 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 DAggressiveInstCombine.cpp411 Instruction::FPToSI, IntTy, FpTy, TTI::CastContextHint::None, in tryToFPToSat()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCFLGraph.h545 case Instruction::FPToSI: { in visitConstantExpr()
H A DObjCARCInstKind.cpp278 case Instruction::FPToSI: in GetARCInstKind()
H A DTargetTransformInfo.cpp1169 case Instruction::FPToSI: in getInstructionThroughput()
H A DValueTracking.cpp1196 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 DInstCombineVectorOps.cpp1677 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 DInstructions.cpp2933 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 DInstruction.cpp401 case FPToSI: return "fptosi"; in getOpcodeName()
H A DConstants.cpp1474 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 DConstantFold.cpp444 case Instruction::FPToSI: in ConstantFoldCastInstruction()
1507 case Instruction::FPToSI: in evaluateICmpRelation()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp711 case Instruction::FPToSI: { in getConstantValue()
723 CE->getOpcode()==Instruction::FPToSI, in getConstantValue()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp398 case Instruction::FPToSI: in mightUseCTR()
703 case Instruction::FPToSI: in mightUseCTR()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLLexer.cpp834 INSTKEYWORD(fptosi, FPToSI); in LexIdentifier()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h1066 case Instruction::FPToSI: in getUserCost()
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp585 case Instruction::FPToSI: in execute()

123