Searched refs:getFloatingPointVT (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h52 /// getFloatingPointVT - Returns the EVT that represents a floating point
55 static EVT getFloatingPointVT(unsigned BitWidth) { function in struct:llvm::EVT
56 return MVT::getFloatingPointVT(BitWidth);
H A DMachineValueType.h486 static MVT getFloatingPointVT(unsigned BitWidth) { function in class:llvm::MVT
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2253 EVT FPTy = EVT::getFloatingPointVT(Val.getValueSizeInBits());
2298 EVT FPTy = EVT::getFloatingPointVT(Op.getValueSizeInBits());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1640 EVT::getFloatingPointVT(InElementSize/2) :
H A DDAGCombiner.cpp11551 SVT = EVT::getFloatingPointVT(OpVT.getSizeInBits());
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1581 MVT::getVectorVT(MVT::getFloatingPointVT(VT.getScalarSizeInBits()),
1631 MVT::getVectorVT(MVT::getFloatingPointVT(InVT.getScalarSizeInBits()),
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5149 EVT EltVT = EVT::getFloatingPointVT(EltSize);
5603 EVT EltVT = EVT::getFloatingPointVT(EltSize);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9899 MVT FpVT = MVT::getVectorVT(MVT::getFloatingPointVT(ElementBits),
10167 ? MVT::getFloatingPointVT(VT.getScalarSizeInBits() * 2)

Completed in 340 milliseconds