Home
last modified time | relevance | path

Searched refs:FPToUI (Results 1 – 25 of 60) sorted by relevance

123

/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp126 case Instruction::FPToUI: in findRoots()
214 case Instruction::FPToUI: in walkBackwards()
276 case Instruction::FPToUI: in walkForwards()
461 case Instruction::FPToUI: in convert()
/external/llvm/lib/Target/Mips/
DMipsOs16.cpp89 case Instruction::FPToUI: in needsFP()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp32 LLVMOpcode = Instruction::FPToUI; in DecodeCastOpcode()
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp111 case Instruction::FPToUI: in createReplacementInstr()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.def149 HANDLE_CAST_INST(37, FPToUI , FPToUIInst ) // floating point -> UInt
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp673 case Instruction::FPToUI: in CanEvaluateShuffled()
758 case Instruction::FPToUI: in buildNew()
836 case Instruction::FPToUI: in EvaluateInDifferentElementOrder()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.def164 HANDLE_CAST_INST(39, FPToUI , FPToUIInst ) // floating point -> UInt
/external/llvm/include/llvm/IR/
DInstruction.def164 HANDLE_CAST_INST(39, FPToUI , FPToUIInst ) // floating point -> UInt
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp703 case Instruction::FPToUI: // For these, make sure we get an unsigned dest in printCast()
742 case Instruction::FPToUI: in printCast()
761 case Instruction::FPToUI: in printConstant()
776 CE->getOpcode() == Instruction::FPToUI || in printConstant()
1153 case Instruction::FPToUI: in printConstExprCast()
2711 I.getOpcode() == Instruction::FPToUI || in visitCastInst()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp2054 case Instruction::FPToUI: in isNoopCast()
2260 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertBefore); in Create()
2283 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertAtEnd); in Create()
2532 return FPToUI; // FP -> uint in getCastOpcode()
2643 case Instruction::FPToUI: in castIsValid()
2749 ) : CastInst(Ty, FPToUI, S, Name, InsertBefore) { in FPToUIInst()
2755 ) : CastInst(Ty, FPToUI, S, Name, InsertAtEnd) { in FPToUIInst()
DInstruction.cpp142 case FPToUI: return "fptoui"; in getOpcodeName()
DConstants.cpp811 case Instruction::FPToUI: in getWithOperandReplaced()
879 case Instruction::FPToUI: in getWithOperands()
1247 case Instruction::FPToUI: return getFPToUI(C, Ty); in getCast()
1404 return getFoldedCast(Instruction::FPToUI, C, Ty); in getFPToUI()
/external/llvm/lib/Analysis/
DCostModel.cpp441 case Instruction::FPToUI: in getInstructionCost()
DObjCARCInstKind.cpp296 case Instruction::FPToUI: in GetARCInstKind()
/external/llvm/lib/IR/
DInstructions.cpp2380 case Instruction::FPToUI: in isNoopCast()
2658 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertBefore); in Create()
2680 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertAtEnd); in Create()
3022 return FPToUI; // FP -> uint in getCastOpcode()
3127 case Instruction::FPToUI: in castIsValid()
3284 ) : CastInst(Ty, FPToUI, S, Name, InsertBefore) { in FPToUIInst()
3290 ) : CastInst(Ty, FPToUI, S, Name, InsertAtEnd) { in FPToUIInst()
DInstruction.cpp307 case FPToUI: return "fptoui"; in getOpcodeName()
DConstants.cpp1145 case Instruction::FPToUI: in getWithOperands()
1481 case Instruction::FPToUI: in getCast()
1660 return getFoldedCast(Instruction::FPToUI, C, Ty, OnlyIfReduced); in getFPToUI()
2861 case Instruction::FPToUI: in getAsInstruction()
DConstantFold.cpp602 case Instruction::FPToUI: in ConstantFoldCastInstruction()
1524 case Instruction::FPToUI: in evaluateICmpRelation()
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp787 case Instruction::FPToUI: Out << "Instruction::FPToUI"; break; in printConstant()
1296 case Instruction::FPToUI: in printInstruction()
1311 case Instruction::FPToUI: Out << "FPToUIInst"; break; in printInstruction()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp447 case Instruction::FPToUI: in mightUseCTR()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLLexer.cpp632 INSTKEYWORD(fptoui, FPToUI); in LexIdentifier()
/external/llvm/lib/AsmParser/
DLLLexer.cpp750 INSTKEYWORD(fptoui, FPToUI); in LexIdentifier()
/external/spirv-llvm/lib/SPIRV/
DSPIRVInternal.h94 _SPIRV_OP(FPToUI, ConvertFToU) in init()
/external/swiftshader/third_party/subzero/src/
DIceConverter.cpp264 case Instruction::FPToUI: in convertInstruction()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp616 case Instruction::FPToUI: // double->APInt conversion handles sign in getConstantValue()

123