Home
last modified time | relevance | path

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

123

/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/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/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp112 case Instruction::FPToSI: in createReplacementInstr()
/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/llvm/include/llvm/IR/
DInstruction.def165 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/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()
DConstantFold.cpp584 case Instruction::FPToSI: in ConstantFoldCastInstruction()
590 (void) V.convertToInteger(x, DestBitWidth, opc==Instruction::FPToSI, in ConstantFoldCastInstruction()
1697 case Instruction::FPToSI: in evaluateICmpRelation()
/external/llvm/lib/Analysis/
DCostModel.cpp442 case Instruction::FPToSI: in getInstructionCost()
DObjCARCInstKind.cpp297 case Instruction::FPToSI: in GetARCInstKind()
/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()
DConstants.cpp1146 case Instruction::FPToSI: in getWithOperands()
1483 case Instruction::FPToSI: in getCast()
1671 return getFoldedCast(Instruction::FPToSI, C, Ty, OnlyIfReduced); in getFPToSI()
2862 case Instruction::FPToSI: in getAsInstruction()
DConstantFold.cpp603 case Instruction::FPToSI: in ConstantFoldCastInstruction()
610 V.convertToInteger(x, DestBitWidth, opc==Instruction::FPToSI, in ConstantFoldCastInstruction()
1525 case Instruction::FPToSI: in evaluateICmpRelation()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp617 case Instruction::FPToSI: { in getConstantValue()
629 CE->getOpcode()==Instruction::FPToSI, in getConstantValue()
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp788 case Instruction::FPToSI: Out << "Instruction::FPToSI"; break; in printConstant()
1297 case Instruction::FPToSI: in printInstruction()
1312 case Instruction::FPToSI: Out << "FPToSIInst"; break; in printInstruction()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp448 case Instruction::FPToSI: in mightUseCTR()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp715 case Instruction::FPToSI: { in getConstantValue()
727 CE->getOpcode()==Instruction::FPToSI, in getConstantValue()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLLexer.cpp633 INSTKEYWORD(fptosi, FPToSI); in LexIdentifier()
/external/llvm/lib/AsmParser/
DLLLexer.cpp751 INSTKEYWORD(fptosi, FPToSI); in LexIdentifier()

123