Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsOs16.cpp72 case Instruction::FPToUI: in needsFP()
H A DMipsFastISel.cpp1146 case Instruction::FPToUI: in fastSelectInstruction()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCUtil.cpp226 case Instruction::FPToUI: case Instruction::FPToSI: in GetInstructionClass()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp110 case Instruction::FPToUI: in createReplacementInstr()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp632 case Instruction::FPToUI: in CanEvaluateShuffled()
717 case Instruction::FPToUI: in BuildNew()
794 case Instruction::FPToUI: in EvaluateInDifferentElementOrder()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.def148 HANDLE_CAST_INST(36, FPToUI , FPToUIInst ) // floating point -> UInt
H A DIRBuilder.h1187 return CreateCast(Instruction::FPToUI, V, DestTy, Name);
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DCostModel.cpp445 case Instruction::FPToUI: in getInstructionCost()
H A DConstantFolding.cpp1085 case Instruction::FPToUI: in ConstantFoldInstOperands()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp229 case FPToUI: return "fptoui"; in getOpcodeName()
H A DInstructions.cpp2139 case Instruction::FPToUI: in isNoopCast()
2418 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertBefore); in Create()
2440 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertAtEnd); in Create()
2788 return FPToUI; // FP -> uint in getCastOpcode()
2897 case Instruction::FPToUI: in castIsValid()
3054 ) : CastInst(Ty, FPToUI, S, Name, InsertBefore) { in FPToUIInst()
3060 ) : CastInst(Ty, FPToUI, S, Name, InsertAtEnd) { in FPToUIInst()
H A DConstants.cpp1230 case Instruction::FPToUI: in getWithOperands()
1588 case Instruction::FPToUI: in getCast()
1768 return getFoldedCast(Instruction::FPToUI, C, Ty, OnlyIfReduced); in getFPToUI()
2935 case Instruction::FPToUI: in getAsInstruction()
H A DConstantFold.cpp591 case Instruction::FPToUI: in ConstantFoldCastInstruction()
1492 case Instruction::FPToUI: in evaluateICmpRelation()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp849 case Instruction::FPToUI: Out << "Instruction::FPToUI"; break; in printConstant()
1400 case Instruction::FPToUI: in printInstruction()
1415 case Instruction::FPToUI: Out << "FPToUIInst"; break; in printInstruction()
/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp710 INSTKEYWORD(fptoui, FPToUI); in LexIdentifier()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1218 case Instruction::FPToUI: in buildTree_rec()
1511 case Instruction::FPToUI: in getEntryCost()
2026 case Instruction::FPToUI: in vectorizeTree()
H A DLoopVectorize.cpp3349 case Instruction::FPToUI: in vectorizeBlockInLoop()
6093 case Instruction::FPToUI: in getInstructionCost()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp628 case Instruction::FPToUI: // double->APInt conversion handles sign in getConstantValue()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1326 case Instruction::FPToUI: in ResolvedUndefsIn()
H A DGVN.cpp430 case Instruction::FPToUI: in lookup_or_add()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1418 case FPToUI: return ISD::FP_TO_UINT; in InstructionOpcodeToISD()
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml188 | FPToUI Constructor
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1818 case Instruction::FPToUI: in fastSelectInstruction()
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp67 case Instruction::FPToUI : return bitc::CAST_FPTOUI; in GetEncodedCastOpcode()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp995 case Instruction::FPToUI: NumFastIselFailFPToUI++; return; in collectFailStats()

12