/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 126 case Instruction::FPToUI: in findRoots() 207 case Instruction::FPToUI: in walkBackwards() 258 case Instruction::FPToUI: in walkForwards() 447 case Instruction::FPToUI: in convert()
|
D | SpeculativeExecution.cpp | 233 case Instruction::FPToUI: in ComputeSpeculationCost()
|
/external/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 126 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/ |
D | MipsOs16.cpp | 87 case Instruction::FPToUI: in needsFP()
|
/external/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 89 case Instruction::FPToUI: in needsFP()
|
/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitcodeDecoders.cpp | 32 LLVMOpcode = Instruction::FPToUI; in DecodeCastOpcode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 111 case Instruction::FPToUI: in createReplacementInstr()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 111 case Instruction::FPToUI: in createReplacementInstr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetTransformInfo.cpp | 652 Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI) { in getCastInstrCost() 672 (Opcode == Instruction::FPToSI || Opcode == Instruction::FPToUI)) in getCastInstrCost()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 673 case Instruction::FPToUI: in CanEvaluateShuffled() 758 case Instruction::FPToUI: in buildNew() 836 case Instruction::FPToUI: in EvaluateInDifferentElementOrder()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.def | 149 HANDLE_CAST_INST(37, FPToUI , FPToUIInst ) // floating point -> UInt
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instruction.def | 168 HANDLE_CAST_INST(39, FPToUI , FPToUIInst ) // floating point -> UInt
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 164 HANDLE_CAST_INST(39, FPToUI , FPToUIInst ) // floating point -> UInt
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 164 HANDLE_CAST_INST(39, FPToUI , FPToUIInst ) // floating point -> UInt
|
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/ |
D | CBackend.cpp | 703 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/ |
D | Instructions.cpp | 2054 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()
|
D | Instruction.cpp | 142 case FPToUI: return "fptoui"; in getOpcodeName()
|
D | Constants.cpp | 811 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/ |
D | CostModel.cpp | 441 case Instruction::FPToUI: in getInstructionCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineVectorOps.cpp | 900 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/ |
D | Instructions.cpp | 2216 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/ |
D | Instructions.cpp | 2380 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()
|
D | Instruction.cpp | 307 case FPToUI: return "fptoui"; in getOpcodeName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | CFLGraph.h | 536 case Instruction::FPToUI: in visitConstantExpr()
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | ir_builder_mixin.h | 298 llvm::Value* FPToUI(Args&&... args) { in FPToUI() function
|