Home
last modified time | relevance | path

Searched refs:FloatTyID (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/lib/Target/Mips/
DMips16HardFloat.cpp80 case Type::FloatTyID: in whichFPReturnVariant()
112 const Type::TypeID FloatTyID = Type::FloatTyID; variable
122 case FloatTyID: in whichFPParamVariantNeeded()
134 case FloatTyID: { in whichFPParamVariantNeeded()
136 case FloatTyID: in whichFPParamVariantNeeded()
146 case FloatTyID: in whichFPParamVariantNeeded()
170 case Type::FloatTyID: in needsFPStubFromParams()
DMipsOs16.cpp55 case Type::FloatTyID: in needsFPFromSig()
64 case Type::FloatTyID: in needsFPFromSig()
/external/llvm/include/llvm/IR/
DType.h58 FloatTyID, ///< 2: 32-bit floating point type enumerator
143 bool isFloatTy() const { return getTypeID() == FloatTyID; } in isFloatTy()
160 return getTypeID() == HalfTyID || getTypeID() == FloatTyID || in isFloatingPointTy()
169 case FloatTyID: return APFloat::IEEEsingle; in getFltSemantics()
DDataLayout.h524 case Type::FloatTyID: in getTypeSizeInBits()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp76 case Type::FloatTyID: return 'F'; in getTypeID()
123 case Type::FloatTyID: return &ffi_type_float; in ffiTypeFor()
159 case Type::FloatTyID: { in ffiValueFor()
235 case Type::FloatTyID: Result.FloatVal = *(float *) ret.data(); break; in ffiInvoke()
DExecution.cpp102 case Type::FloatTyID: in executeFRemInst()
1337 if (SrcVecTy->getTypeID() == Type::FloatTyID) { in executeFPToUIInst()
1352 if (SrcTy->getTypeID() == Type::FloatTyID) in executeFPToUIInst()
1375 if (SrcVecTy->getTypeID() == Type::FloatTyID) { in executeFPToSIInst()
1390 if (SrcTy->getTypeID() == Type::FloatTyID) in executeFPToSIInst()
1409 if (DstVecTy->getTypeID() == Type::FloatTyID) { in executeUIToFPInst()
1422 if (DstTy->getTypeID() == Type::FloatTyID) in executeUIToFPInst()
1441 if (DstVecTy->getTypeID() == Type::FloatTyID) { in executeSIToFPInst()
1455 if (DstTy->getTypeID() == Type::FloatTyID) in executeSIToFPInst()
1766 case Type::FloatTyID: in visitExtractElementInst()
[all …]
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp109 case Type::FloatTyID: in runFunction()
/external/llvm/lib/ExecutionEngine/
DExecutionEngineBindings.cpp55 case Type::FloatTyID: in LLVMCreateGenericValueOfFloat()
86 case Type::FloatTyID: in LLVMGenericValueToFloat()
DExecutionEngine.cpp744 case Type::FloatTyID: in getConstantValue()
791 case Type::FloatTyID: in getConstantValue()
871 case Type::FloatTyID: in getConstantValue()
1037 case Type::FloatTyID: in StoreValueToMemory()
1113 case Type::FloatTyID: in LoadValueFromMemory()
/external/llvm/lib/IR/
DType.cpp30 case FloatTyID : return getFloatTy(C); in getPrimitiveType()
124 case Type::FloatTyID: return 32; in getPrimitiveSizeInBits()
151 if (getTypeID() == FloatTyID) return 24; in getFPMantissaWidth()
DLLVMContextImpl.cpp27 FloatTy(C, Type::FloatTyID), in LLVMContextImpl()
DValueTypes.cpp257 case Type::FloatTyID: return MVT(MVT::f32); in getVT()
DDataLayout.cpp653 case Type::FloatTyID: in getAlignment()
DConstants.cpp185 case Type::FloatTyID: in getNullValue()
1309 case Type::FloatTyID: { in isValueValidForType()
2723 case Type::FloatTyID: { in getElementAsAPFloat()
DAsmWriter.cpp445 case Type::FloatTyID: OS << "float"; return; in print()
DCore.cpp237 case Type::FloatTyID: in LLVMGetTypeKind()
/external/llvm/lib/CodeGen/
DIntrinsicLowering.cpp43 case Type::FloatTyID: in EnsureFPIntrinsicsExist()
323 case Type::FloatTyID: in ReplaceFPIntrinsicWithCall()
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp283 case Type::FloatTyID: in lowerOperand()
1314 case Type::FloatTyID: in getPTXFundamentalTypeStr()
1678 if (Fp->getType()->getTypeID() == Type::FloatTyID) { in printFPConstant()
1823 case Type::FloatTyID: in bufferLEByte()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp526 case Type::FloatTyID: in runFunction()
/external/clang/lib/CodeGen/
DCGExprComplex.cpp612 case llvm::Type::FloatTyID: in getComplexMultiplyLibCallName()
753 case llvm::Type::FloatTyID: in EmitBinDiv()
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp189 case Type::FloatTyID: return "float_"; in getTypePrefix()
386 case Type::FloatTyID: in getCppName()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILPeepholeOptimizer.cpp1186 case Type::FloatTyID: in getTypeSize()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp640 case Type::FloatTyID: in cmpTypes()
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp110 case Type::FloatTyID: in hasUnaryFloatFn()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp394 case Type::FloatTyID: Code = bitc::TYPE_CODE_FLOAT; break; in WriteTypeTable()

12