/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVToOCL20.cpp | 514 !isa<FPToSIInst>(Cast) && !isa<UIToFPInst>(Cast) && in visitCastInst() 537 if(isa<ZExtInst>(Cast) || isa<UIToFPInst>(Cast)) in visitCastInst()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | InstVisitor.h | 185 RetTy visitUIToFPInst(UIToFPInst &I) { DELEGATE(CastInst); } in visitUIToFPInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 143 void visitUIToFPInst(UIToFPInst &I);
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 155 void visitUIToFPInst(UIToFPInst &I);
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 2258 case UIToFP: return new UIToFPInst (S, Ty, Name, InsertBefore); in Create() 2281 case UIToFP: return new UIToFPInst (S, Ty, Name, InsertAtEnd); in Create() 2723 UIToFPInst::UIToFPInst( in UIToFPInst() function in UIToFPInst 2729 UIToFPInst::UIToFPInst( in UIToFPInst() function in UIToFPInst 3396 UIToFPInst *UIToFPInst::clone_impl() const { in clone_impl() 3397 return new UIToFPInst(getOperand(0), getType()); in clone_impl()
|
D | Verifier.cpp | 264 void visitUIToFPInst(UIToFPInst &I); 941 void Verifier::visitUIToFPInst(UIToFPInst &I) { in visitUIToFPInst()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 162 void visitUIToFPInst(UIToFPInst &I);
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.def | 151 HANDLE_CAST_INST(39, UIToFP , UIToFPInst ) // UInt -> floating point
|
D | Instructions.h | 3207 class UIToFPInst : public CastInst { 3210 virtual UIToFPInst *clone_impl() const; 3214 UIToFPInst( 3222 UIToFPInst( 3230 static inline bool classof(const UIToFPInst *) { return true; }
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | InstVisitor.h | 195 RetTy visitUIToFPInst(UIToFPInst &I) { DELEGATE(CastInst);} in visitUIToFPInst()
|
D | Instruction.def | 170 HANDLE_CAST_INST(41, UIToFP , UIToFPInst ) // UInt -> floating point
|
D | Instructions.h | 4882 class UIToFPInst : public CastInst { 4888 UIToFPInst *cloneImpl() const; 4892 UIToFPInst( 4900 UIToFPInst(
|
/external/llvm/include/llvm/IR/ |
D | InstVisitor.h | 192 RetTy visitUIToFPInst(UIToFPInst &I) { DELEGATE(CastInst);} in visitUIToFPInst()
|
D | Instruction.def | 166 HANDLE_CAST_INST(41, UIToFP , UIToFPInst ) // UInt -> floating point
|
D | Instructions.h | 4605 class UIToFPInst : public CastInst { 4610 UIToFPInst *cloneImpl() const; 4614 UIToFPInst( 4622 UIToFPInst(
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 2471 case UIToFP: return new UIToFPInst (S, Ty, Name, InsertBefore); in Create() 2493 case UIToFP: return new UIToFPInst (S, Ty, Name, InsertAtEnd); in Create() 3073 UIToFPInst::UIToFPInst( in UIToFPInst() function in UIToFPInst 3079 UIToFPInst::UIToFPInst( in UIToFPInst() function in UIToFPInst 3773 UIToFPInst *UIToFPInst::cloneImpl() const { in cloneImpl() 3774 return new UIToFPInst(getOperand(0), getType()); in cloneImpl()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2656 case UIToFP: return new UIToFPInst (S, Ty, Name, InsertBefore); in Create() 2678 case UIToFP: return new UIToFPInst (S, Ty, Name, InsertAtEnd); in Create() 3258 UIToFPInst::UIToFPInst( in UIToFPInst() function in UIToFPInst 3264 UIToFPInst::UIToFPInst( in UIToFPInst() function in UIToFPInst 3975 UIToFPInst *UIToFPInst::cloneImpl() const { in cloneImpl() 3976 return new UIToFPInst(getOperand(0), getType()); in cloneImpl()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 166 HANDLE_CAST_INST(41, UIToFP , UIToFPInst ) // UInt -> floating point
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 72 class UIToFPInst; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 430 } else if (isa<UIToFPInst>(J) || isa<SIToFPInst>(J) || in mightUseCTR()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 402 } else if (isa<UIToFPInst>(J) || isa<SIToFPInst>(J) || in mightUseCTR()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 78 class UIToFPInst; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 599 return PT->push_back(new UIToFPInst(V, DestTy, "FC", BB->getTerminator())); in Act()
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 546 return PT->push_back(new UIToFPInst(V, DestTy, "FC", BB->getTerminator())); in Act()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 1265 if ((isa<UIToFPInst>(OpI) || isa<SIToFPInst>(OpI)) && in visitFPToUI() 1285 if ((isa<UIToFPInst>(OpI) || isa<SIToFPInst>(OpI)) && in visitFPToSI()
|