Home
last modified time | relevance | path

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

12345

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp126 case Instruction::FPToUI: in findRoots()
207 case Instruction::FPToUI: in walkBackwards()
258 case Instruction::FPToUI: in walkForwards()
447 case Instruction::FPToUI: in convert()
DSpeculativeExecution.cpp233 case Instruction::FPToUI: in ComputeSpeculationCost()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsOs16.cpp87 case Instruction::FPToUI: in needsFP()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp111 case Instruction::FPToUI: in createReplacementInstr()
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp111 case Instruction::FPToUI: 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.cpp673 case Instruction::FPToUI: in CanEvaluateShuffled()
758 case Instruction::FPToUI: in buildNew()
836 case Instruction::FPToUI: in EvaluateInDifferentElementOrder()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.def149 HANDLE_CAST_INST(37, FPToUI , FPToUIInst ) // floating point -> UInt
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.def168 HANDLE_CAST_INST(39, FPToUI , FPToUIInst ) // floating point -> UInt
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp900 case Instruction::FPToUI: in CanEvaluateShuffled()
985 case Instruction::FPToUI: in buildNew()
1061 case Instruction::FPToUI: in EvaluateInDifferentElementOrder()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp2216 case Instruction::FPToUI: in isNoopCast()
2473 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertBefore); in Create()
2495 case FPToUI: return new FPToUIInst (S, Ty, Name, InsertAtEnd); in Create()
2840 return FPToUI; // FP -> uint in getCastOpcode()
2944 case Instruction::FPToUI: in castIsValid()
3099 ) : CastInst(Ty, FPToUI, S, Name, InsertBefore) { in FPToUIInst()
3105 ) : CastInst(Ty, FPToUI, S, Name, InsertAtEnd) { in FPToUIInst()
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCFLGraph.h536 case Instruction::FPToUI: in visitConstantExpr()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h298 llvm::Value* FPToUI(Args&&... args) { in FPToUI() function

12345