HomeSort by relevance Sort by last modified time
    Searched refs:getSimpleVT (Results 1 - 25 of 47) sorted by null

1 2

  /external/llvm/lib/Target/Hexagon/
HexagonVarargsCallingConvention.h 57 State.addLoc(CCValAssign::getReg(ValNo, ValVT.getSimpleVT(), Reg,
58 LocVT.getSimpleVT(), LocInfo));
69 State.addLoc(CCValAssign::getReg(ValNo, ValVT.getSimpleVT(), Reg,
70 LocVT.getSimpleVT(), LocInfo));
92 State.addLoc(CCValAssign::getMem(ValNo, ValVT.getSimpleVT(), Offset3,
93 LocVT.getSimpleVT(), LocInfo));
113 State.addLoc(CCValAssign::getReg(ValNo, ValVT.getSimpleVT(), Reg,
114 LocVT.getSimpleVT(), LocInfo));
125 State.addLoc(CCValAssign::getReg(ValNo, ValVT.getSimpleVT(), Reg,
126 LocVT.getSimpleVT(), LocInfo))
    [all...]
HexagonCallingConvLower.cpp 52 addLoc(CCValAssign::getMem(ValNo, ValVT.getSimpleVT(), Offset,
53 LocVT.getSimpleVT(), LocInfo));
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 418 MVT SimpleVT = LoadedVT.getSimpleVT();
654 MVT SimpleVT = LoadedVT.getSimpleVT();
696 switch (EltVT.getSimpleVT().SimpleTy) {
720 switch (EltVT.getSimpleVT().SimpleTy) {
750 switch (EltVT.getSimpleVT().SimpleTy) {
774 switch (EltVT.getSimpleVT().SimpleTy) {
805 switch (EltVT.getSimpleVT().SimpleTy) {
829 switch (EltVT.getSimpleVT().SimpleTy) {
852 switch (EltVT.getSimpleVT().SimpleTy) {
876 switch (EltVT.getSimpleVT().SimpleTy)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 152 MVT VT = RealVT.getSimpleVT();
156 VT = TLI.getTypeToTransformTo(V->getContext(), VT).getSimpleVT();
224 Reg = FastEmit_r(IntVT.getSimpleVT(), VT, ISD::SINT_TO_FP,
302 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::SIGN_EXTEND,
307 IdxN = FastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::TRUNCATE,
391 unsigned ResultReg = FastEmit_ri_(VT.getSimpleVT(), ISDOpcode, Op1,
393 VT.getSimpleVT());
427 unsigned ResultReg = FastEmit_ri_(VT.getSimpleVT(), ISDOpcode, Op0,
428 Op0IsKill, Imm, VT.getSimpleVT());
438 unsigned ResultReg = FastEmit_rf(VT.getSimpleVT(), VT.getSimpleVT()
    [all...]
SelectionDAG.cpp 734 Erased = ValueTypeNodes[VT.getSimpleVT().SimpleTy] != nullptr;
735 ValueTypeNodes[VT.getSimpleVT().SimpleTy] = nullptr;
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 343 (unsigned)VT.getSimpleVT().SimpleTy < array_lengthof(RegClassForVT));
344 return VT.isSimple() && RegClassForVT[VT.getSimpleVT().SimpleTy] != nullptr;
482 unsigned I = (unsigned) VT.getSimpleVT().SimpleTy;
529 getLoadExtAction(ExtType, VT.getSimpleVT()) == Legal;
546 getTruncStoreAction(ValVT.getSimpleVT(), MemVT.getSimpleVT()) == Legal;
563 (getIndexedLoadAction(IdxMode, VT.getSimpleVT()) == Legal ||
564 getIndexedLoadAction(IdxMode, VT.getSimpleVT()) == Custom);
581 (getIndexedStoreAction(IdxMode, VT.getSimpleVT()) == Legal ||
582 getIndexedStoreAction(IdxMode, VT.getSimpleVT()) == Custom)
    [all...]
TargetCallingConv.h 147 VT = vt.getSimpleVT();
177 VT = vt.getSimpleVT();
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 291 DstTy.getSimpleVT(), SrcTy.getSimpleVT());
322 DstTy.getSimpleVT(), SrcTy.getSimpleVT());
354 DstTy.getSimpleVT(), SrcTy.getSimpleVT());
374 DstTy.getSimpleVT(), SrcTy.getSimpleVT());
416 SelCondTy.getSimpleVT(),
417 SelValTy.getSimpleVT());
    [all...]
ARMFastISel.cpp 687 MVT VT = CEVT.getSimpleVT();
734 VT = evt.getSimpleVT();
    [all...]
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 84 MVT EltTy = getSimpleVT().getVectorElementType();
202 /// getSimpleVT - Return the SimpleValueType held in the specified
204 MVT getSimpleVT() const {
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 311 switch (VT.getSimpleVT().SimpleTy) {
336 MVT VT = LD->getMemoryVT().getSimpleVT();
365 MVT VT = LD->getMemoryVT().getSimpleVT();
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 370 ConversionTbl, array_lengthof(ConversionTbl), ISD, DstTy.getSimpleVT(),
371 SrcTy.getSimpleVT());
463 ConvertCostTableLookup(VectorSelectTbl, ISD, SelCondTy.getSimpleVT(),
464 SelValTy.getSimpleVT());
AArch64ISelLowering.cpp 479 setOperationAction(ISD::LOAD, VT.getSimpleVT(), Promote);
480 AddPromotedToType(ISD::LOAD, VT.getSimpleVT(), MVT::v2i32);
482 setOperationAction(ISD::STORE, VT.getSimpleVT(), Promote);
483 AddPromotedToType(ISD::STORE, VT.getSimpleVT(), MVT::v2i32);
485 setOperationAction(ISD::LOAD, VT.getSimpleVT(), Promote);
486 AddPromotedToType(ISD::LOAD, VT.getSimpleVT(), MVT::v2i64);
488 setOperationAction(ISD::STORE, VT.getSimpleVT(), Promote);
489 AddPromotedToType(ISD::STORE, VT.getSimpleVT(), MVT::v2i64);
494 setOperationAction(ISD::FSIN, VT.getSimpleVT(), Expand);
495 setOperationAction(ISD::FCOS, VT.getSimpleVT(), Expand)
    [all...]
AArch64FastISel.cpp 294 MVT VT = CEVT.getSimpleVT();
420 VT = evt.getSimpleVT();
886 MVT SrcVT = SrcEVT.getSimpleVT();
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 124 VT = evt.getSimpleVT();
202 MVT VT = CEVT.getSimpleVT();
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 252 if (VT.getScalarType().getSimpleVT().SimpleTy == MVT::f32
253 || VT.getScalarType().getSimpleVT().SimpleTy == MVT::f64) {
263 if (VT.getScalarType().getSimpleVT().SimpleTy == MVT::f32
264 || VT.getScalarType().getSimpleVT().SimpleTy == MVT::f64) {
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 252 if (VT.getScalarType().getSimpleVT().SimpleTy == MVT::f32
253 || VT.getScalarType().getSimpleVT().SimpleTy == MVT::f64) {
263 if (VT.getScalarType().getSimpleVT().SimpleTy == MVT::f32
264 || VT.getScalarType().getSimpleVT().SimpleTy == MVT::f64) {
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 342 VT = evt.getSimpleVT();
369 switch (VT.getSimpleVT().SimpleTy) {
430 switch (VT.getSimpleVT().SimpleTy) {
497 switch (VT.getSimpleVT().SimpleTy) {
535 unsigned RR = FastEmit_r(SrcVT.getSimpleVT(), DstVT.getSimpleVT(), Opc,
    [all...]
X86TargetTransformInfo.cpp 563 // The function getSimpleVT only handles simple value types.
667 DstTy.getSimpleVT(), SrcTy.getSimpleVT());
673 int Idx = ConvertCostTableLookup(AVXConversionTbl, ISD, DstTy.getSimpleVT(),
674 SrcTy.getSimpleVT());
    [all...]
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 516 LA = getTLI()->getTruncStoreAction(LT.second, MemVT.getSimpleVT());
518 LA = getTLI()->getLoadExtAction(ISD::EXTLOAD, MemVT.getSimpleVT());
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 260 VT = Evt.getSimpleVT();
739 MVT SrcVT = SrcEVT.getSimpleVT();
931 MVT SrcVT = SrcEVT.getSimpleVT();
    [all...]
PPCISelDAGToDAG.cpp 832 MVT::SimpleValueType VT = VecVT.getSimpleVT().SimpleTy;
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 196 switch (VT1.getSimpleVT().SimpleTy) {
    [all...]

Completed in 1072 milliseconds

1 2