/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | InstVisitor.h | 184 RetTy visitFPToSIInst(FPToSIInst &I) { DELEGATE(CastInst); } in visitFPToSIInst()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 158 void visitFPToSIInst(FPToSIInst &I);
|
D | Execution.cpp | 1129 void Interpreter::visitFPToSIInst(FPToSIInst &I) { in visitFPToSIInst()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 165 void visitFPToSIInst(FPToSIInst &I);
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 2261 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertBefore); in Create() 2284 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertAtEnd); in Create() 2759 FPToSIInst::FPToSIInst( in FPToSIInst() function in FPToSIInst 2765 FPToSIInst::FPToSIInst( in FPToSIInst() function in FPToSIInst 3408 FPToSIInst *FPToSIInst::clone_impl() const { in clone_impl() 3409 return new FPToSIInst(getOperand(0), getType()); in clone_impl()
|
D | Verifier.cpp | 263 void visitFPToSIInst(FPToSIInst &I); 1010 void Verifier::visitFPToSIInst(FPToSIInst &I) { in visitFPToSIInst()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.def | 150 HANDLE_CAST_INST(38, FPToSI , FPToSIInst ) // floating point -> SInt
|
D | Instructions.h | 3318 class FPToSIInst : public CastInst { 3321 virtual FPToSIInst *clone_impl() const; 3325 FPToSIInst( 3333 FPToSIInst( 3341 static inline bool classof(const FPToSIInst *) { return true; }
|
/external/llvm/include/llvm/IR/ |
D | InstVisitor.h | 191 RetTy visitFPToSIInst(FPToSIInst &I) { DELEGATE(CastInst);} in visitFPToSIInst()
|
D | Instruction.def | 165 HANDLE_CAST_INST(40, FPToSI , FPToSIInst ) // floating point -> SInt
|
D | Instructions.h | 4719 class FPToSIInst : public CastInst { 4724 FPToSIInst *cloneImpl() const; 4728 FPToSIInst( 4736 FPToSIInst(
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 165 HANDLE_CAST_INST(40, FPToSI , FPToSIInst ) // floating point -> SInt
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2659 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertBefore); in Create() 2681 case FPToSI: return new FPToSIInst (S, Ty, Name, InsertAtEnd); in Create() 3294 FPToSIInst::FPToSIInst( in FPToSIInst() function in FPToSIInst 3300 FPToSIInst::FPToSIInst( in FPToSIInst() function in FPToSIInst 3987 FPToSIInst *FPToSIInst::cloneImpl() const { in cloneImpl() 3988 return new FPToSIInst(getOperand(0), getType()); in cloneImpl()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombine.h | 165 Instruction *visitFPToSI(FPToSIInst &FI);
|
D | InstCombineCasts.cpp | 1274 Instruction *InstCombiner::visitFPToSI(FPToSIInst &FI) { in visitFPToSI()
|
/external/spirv-llvm/lib/SPIRV/ |
D | SPIRVToOCL20.cpp | 514 !isa<FPToSIInst>(Cast) && !isa<UIToFPInst>(Cast) && in visitCastInst()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 40 class FPToSIInst; variable
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 403 isa<FPToUIInst>(J) || isa<FPToSIInst>(J)) { in mightUseCTR()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 298 Instruction *visitFPToSI(FPToSIInst &FI);
|
D | InstCombineCasts.cpp | 1433 bool IsOutputSigned = isa<FPToSIInst>(FI); in FoldItoFPtoI() 1474 Instruction *InstCombiner::visitFPToSI(FPToSIInst &FI) { in visitFPToSI()
|
/external/llvm/tools/llvm-stress/ |
D | llvm-stress.cpp | 536 new FPToSIInst(V, DestTy, "FC", BB->getTerminator())); in Act()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 44 class FPToSIInst; variable
|
/external/swiftshader/third_party/subzero/src/ |
D | IceConverter.cpp | 262 return convertCastInstruction(cast<FPToSIInst>(Instr), in convertInstruction()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 507 macro(FPToSIInst) \
|
/external/llvm/include/llvm-c/ |
D | Core.h | 1273 macro(FPToSIInst) \
|