Home
last modified time | relevance | path

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

12345

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp127 case Instruction::FPToSI: in findRoots()
208 case Instruction::FPToSI: in walkBackwards()
259 case Instruction::FPToSI: in walkForwards()
451 case Instruction::FPToSI: in convert()
DSpeculativeExecution.cpp234 case Instruction::FPToSI: in ComputeSpeculationCost()
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp127 case Instruction::FPToSI: in findRoots()
215 case Instruction::FPToSI: in walkBackwards()
277 case Instruction::FPToSI: in walkForwards()
465 case Instruction::FPToSI: in convert()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsOs16.cpp88 case Instruction::FPToSI: in needsFP()
/external/llvm/lib/Target/Mips/
DMipsOs16.cpp90 case Instruction::FPToSI: in needsFP()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp35 LLVMOpcode = Instruction::FPToSI; in DecodeCastOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp112 case Instruction::FPToSI: in createReplacementInstr()
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp112 case Instruction::FPToSI: in createReplacementInstr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp652 Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI) { in getCastInstrCost()
672 (Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI)) in getCastInstrCost()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp674 case Instruction::FPToSI: in CanEvaluateShuffled()
759 case Instruction::FPToSI: in buildNew()
837 case Instruction::FPToSI: in EvaluateInDifferentElementOrder()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.def150 HANDLE_CAST_INST(38, FPToSI , FPToSIInst ) // floating point -> SInt
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.def169 HANDLE_CAST_INST(40, FPToSI , FPToSIInst ) // floating point -> SInt
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.def165 HANDLE_CAST_INST(40, FPToSI , FPToSIInst ) // floating point -> SInt
/external/llvm/include/llvm/IR/
DInstruction.def165 HANDLE_CAST_INST(40, FPToSI , FPToSIInst ) // floating point -> SInt
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp709 case Instruction::FPToSI: // For these, make sure we get a signed dest in printCast()
741 case Instruction::FPToSI: in printCast()
762 case Instruction::FPToSI: in printConstant()
777 CE->getOpcode() == Instruction::FPToSI || in printConstant()
1154 case Instruction::FPToSI: in printConstExprCast()
2712 I.getOpcode() == Instruction::FPToSI || in visitCastInst()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp2055 case Instruction::FPToSI: in isNoopCast()
2261 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertBefore); in Create()
2284 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertAtEnd); in Create()
2530 return FPToSI; // FP -> sint in getCastOpcode()
2644 case Instruction::FPToSI: in castIsValid()
2761 ) : CastInst(Ty, FPToSI, S, Name, InsertBefore) { in FPToSIInst()
2767 ) : CastInst(Ty, FPToSI, S, Name, InsertAtEnd) { in FPToSIInst()
DInstruction.cpp143 case FPToSI: return "fptosi"; in getOpcodeName()
DConstants.cpp812 case Instruction::FPToSI: in getWithOperandReplaced()
880 case Instruction::FPToSI: in getWithOperands()
1248 case Instruction::FPToSI: return getFPToSI(C, Ty); in getCast()
1415 return getFoldedCast(Instruction::FPToSI, C, Ty); in getFPToSI()
/external/llvm/lib/Analysis/
DCostModel.cpp442 case Instruction::FPToSI: in getInstructionCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp901 case Instruction::FPToSI: in CanEvaluateShuffled()
986 case Instruction::FPToSI: in buildNew()
1062 case Instruction::FPToSI: in EvaluateInDifferentElementOrder()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp2217 case Instruction::FPToSI: in isNoopCast()
2474 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertBefore); in Create()
2496 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertAtEnd); in Create()
2838 return FPToSI; // FP -> sint in getCastOpcode()
2945 case Instruction::FPToSI: in castIsValid()
3111 ) : CastInst(Ty, FPToSI, S, Name, InsertBefore) { in FPToSIInst()
3117 ) : CastInst(Ty, FPToSI, S, Name, InsertAtEnd) { in FPToSIInst()
/external/llvm/lib/IR/
DInstructions.cpp2381 case Instruction::FPToSI: in isNoopCast()
2659 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertBefore); in Create()
2681 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertAtEnd); in Create()
3020 return FPToSI; // FP -> sint in getCastOpcode()
3128 case Instruction::FPToSI: in castIsValid()
3296 ) : CastInst(Ty, FPToSI, S, Name, InsertBefore) { in FPToSIInst()
3302 ) : CastInst(Ty, FPToSI, S, Name, InsertAtEnd) { in FPToSIInst()
DInstruction.cpp308 case FPToSI: return "fptosi"; in getOpcodeName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCFLGraph.h537 case Instruction::FPToSI: { in visitConstantExpr()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp617 case Instruction::FPToSI: { in getConstantValue()
629 CE->getOpcode()==Instruction::FPToSI, in getConstantValue()

12345