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;
440 /// EVT - Extended Value Type. Capable of holding value types which are not
443 struct EVT { struct in namespace:llvm
449 EVT() : V((MVT::SimpleValueType)(MVT::INVALID_SIMPLE_VALUE_TYPE)), function in struct:llvm::EVT
451 EVT(MVT::SimpleValueType SVT) : V(SVT), LLVMTy(0) { } function in struct:llvm::EVT
452 EVT(MVT S) : V(S), LLVMTy(0) {} function in struct:llvm::EVT
454 bool operator==(EVT VT) const {
457 bool operator!=(EVT VT) const {
465 /// getFloatingPointVT - Returns the EVT that represents a floating point
468 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
1653 EVT EVT = cast<VTSDNode>(N->getOperand(1))->getVT(); local
1674 EVT EVT = cast<VTSDNode>(N->getOperand(1))->getVT(); local
2176 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);
257 SDValue SimplifySetCC(EVT VT, SDValue N0, SDValue N1, ISD::CondCode Cond,
261 SDValue CombineConsecutiveLoads(SDNode *N, EVT VT);
262 SDValue ConstantFoldBITCASTofBUILD_VECTOR(SDNode *, EVT);
315 EVT getShiftAmountTy(EVT LHSTy) {
321 bool isTypeLegal(const EVT &VT) {
569 EVT V
5120 EVT EVT = cast<VTSDNode>(N1)->getVT(); local
6348 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) {
90 bool ConstantFPSDNode::isValueValidForType(EVT VT,
688 EVT VT = cast<VTSDNode>(N)->getVT();
808 EVT VT = N->getValueType(0);
826 EVT EltVT = N->getValueType(0).getVectorElementType();
881 unsigned SelectionDAG::getEVTAlignment(EVT VT) const {
938 SDValue SelectionDAG::getAnyExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT) {
944 SDValue SelectionDAG::getSExtOrTrunc(SDValue Op, DebugLoc DL, EVT VT) {
950 SDValue SelectionDAG::getZExtOrTrunc(SDValue Op, DebugLoc DL, EVT V
1886 EVT EVT = cast<VTSDNode>(Op.getOperand(1))->getVT(); local
2875 EVT EVT = cast<VTSDNode>(N2)->getVT(); local
2899 EVT EVT = cast<VTSDNode>(N2)->getVT(); local
2911 EVT EVT = cast<VTSDNode>(N2)->getVT(); local
[all...]

Completed in 292 milliseconds