Home
last modified time | relevance | path

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

12

/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp131 case Instruction::FPToUI: in findRoots()
219 case Instruction::FPToUI: in walkBackwards()
281 case Instruction::FPToUI: in walkForwards()
466 case Instruction::FPToUI: in convert()
DSCCP.cpp1327 case Instruction::FPToUI: in ResolvedUndefsIn()
DGVN.cpp431 case Instruction::FPToUI: in lookup_or_add()
/external/llvm/lib/Target/Mips/
DMipsOs16.cpp89 case Instruction::FPToUI: in needsFP()
DMipsFastISel.cpp1418 case Instruction::FPToUI: in fastSelectInstruction()
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp111 case Instruction::FPToUI: in createReplacementInstr()
/external/llvm/include/llvm/IR/
DInstruction.def148 HANDLE_CAST_INST(36, FPToUI , FPToUIInst ) // floating point -> UInt
DIRBuilder.h1213 return CreateCast(Instruction::FPToUI, V, DestTy, Name);
/external/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp633 case Instruction::FPToUI: in CanEvaluateShuffled()
718 case Instruction::FPToUI: in BuildNew()
796 case Instruction::FPToUI: in EvaluateInDifferentElementOrder()
/external/llvm/lib/Analysis/
DCostModel.cpp446 case Instruction::FPToUI: in getInstructionCost()
DConstantFolding.cpp1075 case Instruction::FPToUI: in ConstantFoldInstOperands()
/external/llvm/lib/IR/
DInstruction.cpp229 case FPToUI: return "fptoui"; in getOpcodeName()
DInstructions.cpp2036 case Instruction::FPToUI: in isNoopCast()
2309 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertBefore); in Create()
2331 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertAtEnd); in Create()
2673 return FPToUI; // FP -> uint in getCastOpcode()
2778 case Instruction::FPToUI: in castIsValid()
2935 ) : CastInst(Ty, FPToUI, S, Name, InsertBefore) { in FPToUIInst()
2941 ) : CastInst(Ty, FPToUI, S, Name, InsertAtEnd) { in FPToUIInst()
DConstants.cpp1232 case Instruction::FPToUI: in getWithOperands()
1590 case Instruction::FPToUI: in getCast()
1770 return getFoldedCast(Instruction::FPToUI, C, Ty, OnlyIfReduced); in getFPToUI()
2986 case Instruction::FPToUI: in getAsInstruction()
DConstantFold.cpp603 case Instruction::FPToUI: in ConstantFoldCastInstruction()
1505 case Instruction::FPToUI: in evaluateICmpRelation()
/external/llvm/lib/Transforms/ObjCARC/
DARCInstKind.cpp290 case Instruction::FPToUI: in GetARCInstKind()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp852 case Instruction::FPToUI: Out << "Instruction::FPToUI"; break; in printConstant()
1403 case Instruction::FPToUI: in printInstruction()
1418 case Instruction::FPToUI: Out << "FPToUIInst"; break; in printInstruction()
/external/llvm/lib/AsmParser/
DLLLexer.cpp719 INSTKEYWORD(fptoui, FPToUI); in LexIdentifier()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1150 case Instruction::FPToUI: in buildTree_rec()
1454 case Instruction::FPToUI: in getEntryCost()
2162 case Instruction::FPToUI: in vectorizeTree()
DLoopVectorize.cpp3266 case Instruction::FPToUI: in vectorizeBlockInLoop()
5155 case Instruction::FPToUI: in getInstructionCost()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp696 case Instruction::FPToUI: // double->APInt conversion handles sign in getConstantValue()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1556 case FPToUI: return ISD::FP_TO_UINT; in InstructionOpcodeToISD()
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp1838 case Instruction::FPToUI: in fastSelectInstruction()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml188 | FPToUI Constructor
/external/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp1991 case Instruction::FPToUI: in getConstantExprValue()

12