Searched refs:executeSIToFPInst (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 219 GenericValue executeSIToFPInst(Value *SrcVal, Type *DstTy,
|
D | Execution.cpp | 1430 GenericValue Interpreter::executeSIToFPInst(Value *SrcVal, Type *DstTy, in executeSIToFPInst() function in Interpreter 1686 SetValue(&I, executeSIToFPInst(I.getOperand(0), I.getType(), SF), SF); in visitSIToFPInst() 1989 return executeSIToFPInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 226 GenericValue executeSIToFPInst(Value *SrcVal, Type *DstTy,
|
D | Execution.cpp | 1020 GenericValue Interpreter::executeSIToFPInst(Value *SrcVal, Type *DstTy, in executeSIToFPInst() function in Interpreter 1121 SetValue(&I, executeSIToFPInst(I.getOperand(0), I.getType(), SF), SF); in visitSIToFPInst() 1195 return executeSIToFPInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 238 GenericValue executeSIToFPInst(Value *SrcVal, Type *DstTy,
|
D | Execution.cpp | 1431 GenericValue Interpreter::executeSIToFPInst(Value *SrcVal, Type *DstTy, in executeSIToFPInst() function in Interpreter 1687 SetValue(&I, executeSIToFPInst(I.getOperand(0), I.getType(), SF), SF); in visitSIToFPInst() 1990 return executeSIToFPInst(CE->getOperand(0), CE->getType(), SF); in getConstantExprValue()
|