Searched defs:EVT (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Ddebug-info-byval.cpp10 class EVT { class
22 void foo(EVT e);
23 EVT bar();
25 void get(int *i, unsigned dl, VAL v, VAL *p, unsigned n, EVT missing_arg) {
27 EVT e = bar();
/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h28 struct EVT;
396 /// EVT - Extended Value Type. Capable of holding value types which are not
399 struct EVT { struct in namespace:llvm
405 EVT() : V((MVT::SimpleValueType)(MVT::INVALID_SIMPLE_VALUE_TYPE)), function in struct:llvm::EVT
407 EVT(MVT::SimpleValueType SVT) : V(SVT), LLVMTy(0) { } function in struct:llvm::EVT
408 EVT(MVT S) : V(S), LLVMTy(0) {} function in struct:llvm::EVT
410 bool operator==(EVT VT) const {
413 bool operator!=(EVT VT) const {
421 /// getFloatingPointVT - Returns the EVT that represents a floating point
424 static EVT getFloatingPointV
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp168 EVT ResVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
208 EVT InVT = InOp.getValueType();
209 EVT NInVT = TLI.getTypeToTransformTo(*DAG.getContext(), InVT);
210 EVT OutVT = N->getValueType(0);
211 EVT NOutVT = TLI.getTypeToTransformTo(*DAG.getContext(), OutVT);
246 EVT::getIntegerVT(*DAG.getContext(),
265 EVT OVT = N->getValueType(0);
266 EVT NVT = Op.getValueType();
284 EVT VT = N->getValueType(0);
303 EVT OutV
1657 EVT EVT = cast<VTSDNode>(N->getOperand(1))->getVT(); local
1678 EVT EVT = cast<VTSDNode>(N->getOperand(1))->getVT(); local
2180 EVT EVT = cast<VTSDNode>(N->getOperand(1))->getVT(); local
[all...]
H A DDAGCombiner.cpp148 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace);
149 SDValue SExtPromoteOperand(SDValue Op, EVT PVT);
150 SDValue ZExtPromoteOperand(SDValue Op, EVT PVT);
253 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
257 SDValue CombineConsecutiveLoads(SDNode *N, EVT VT);
258 SDValue ConstantFoldBITCASTofBUILD_VECTOR(SDNode *, EVT);
311 EVT getShiftAmountTy(EVT LHSTy) {
317 bool isTypeLegal(const EVT &VT) {
568 EVT V
5065 EVT EVT = cast<VTSDNode>(N1)->getVT(); local
5986 EVT EVT = cast<VTSDNode>(N->getOperand(1))->getVT(); local
[all...]
H A DSelectionDAG.cpp57 static SDVTList makeVTList(const EVT *VTs, unsigned NumVTs) {
62 static const fltSemantics *EVTToAPFloatSemantics(EVT VT) {
88 bool ConstantFPSDNode::isValueValidForType(EVT VT,
651 EVT VT = cast<VTSDNode>(N)->getVT();
773 EVT VT = N->getValueType(0);
791 EVT EltVT = N->getValueType(0).getVectorElementType();
846 unsigned SelectionDAG::getEVTAlignment(EVT VT) const {
902 SDValue SelectionDAG::getAnyExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT) {
908 SDValue SelectionDAG::getSExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT) {
914 SDValue SelectionDAG::getZExtOrTrunc(SDValue Op, DebugLoc DL, EVT V
1832 EVT EVT = cast<VTSDNode>(Op.getOperand(1))->getVT(); local
2780 EVT EVT = cast<VTSDNode>(N2)->getVT(); local
2804 EVT EVT = cast<VTSDNode>(N2)->getVT(); local
2816 EVT EVT = cast<VTSDNode>(N2)->getVT(); local
[all...]

Completed in 299 milliseconds