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

1 2

  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp 689 MVT SimpleVT = LoadedVT.getSimpleVT();
927 MVT SimpleVT = LoadedVT.getSimpleVT();
969 switch (EltVT.getSimpleVT().SimpleTy) {
    [all...]
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 150 VT = vt.getSimpleVT();
189 VT = vt.getSimpleVT();
TargetLowering.h 409 (unsigned)VT.getSimpleVT().SimpleTy < array_lengthof(RegClassForVT));
410 return VT.isSimple() && RegClassForVT[VT.getSimpleVT().SimpleTy] != nullptr;
553 return OpActions[(unsigned)VT.getSimpleVT().SimpleTy][Op];
593 unsigned ValI = (unsigned) ValVT.getSimpleVT().SimpleTy;
594 unsigned MemI = (unsigned) MemVT.getSimpleVT().SimpleTy;
619 unsigned ValI = (unsigned) ValVT.getSimpleVT().SimpleTy;
620 unsigned MemI = (unsigned) MemVT.getSimpleVT().SimpleTy;
630 getTruncStoreAction(ValVT.getSimpleVT(), MemVT.getSimpleVT()) == Legal;
647 (getIndexedLoadAction(IdxMode, VT.getSimpleVT()) == Legal |
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 177 MVT VT = RealVT.getSimpleVT();
181 VT = TLI.getTypeToTransformTo(V->getContext(), VT).getSimpleVT();
244 Reg = fastEmit_r(IntVT.getSimpleVT(), VT, ISD::SINT_TO_FP, IntegerReg,
327 IdxN = fastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::SIGN_EXTEND, IdxN,
332 fastEmit_r(IdxVT.getSimpleVT(), PtrVT, ISD::TRUNCATE, IdxN, IdxNIsKill);
412 fastEmit_ri_(VT.getSimpleVT(), ISDOpcode, Op1, Op1IsKill,
413 CI->getZExtValue(), VT.getSimpleVT());
445 unsigned ResultReg = fastEmit_ri_(VT.getSimpleVT(), ISDOpcode, Op0,
446 Op0IsKill, Imm, VT.getSimpleVT());
457 unsigned ResultReg = fastEmit_rf(VT.getSimpleVT(), VT.getSimpleVT()
    [all...]
SelectionDAG.cpp 784 Erased = ValueTypeNodes[VT.getSimpleVT().SimpleTy] != nullptr;
785 ValueTypeNodes[VT.getSimpleVT().SimpleTy] = nullptr;
    [all...]
LegalizeDAG.cpp 268 SVT = (MVT::SimpleValueType)(SVT.getSimpleVT().SimpleTy - 1);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.cpp 155 DstTy.getSimpleVT(),
156 SrcTy.getSimpleVT()))
185 DstTy.getSimpleVT(),
186 SrcTy.getSimpleVT()))
216 ISD, DstTy.getSimpleVT(),
217 SrcTy.getSimpleVT()))
235 DstTy.getSimpleVT(),
236 SrcTy.getSimpleVT()))
286 SelCondTy.getSimpleVT(),
287 SelValTy.getSimpleVT()))
    [all...]
ARMFastISel.cpp 690 MVT VT = CEVT.getSimpleVT();
737 VT = evt.getSimpleVT();
    [all...]
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 83 MVT EltTy = getSimpleVT().getVectorElementType();
219 /// getSimpleVT - Return the SimpleValueType held in the specified
221 MVT getSimpleVT() const {
SelectionDAGNodes.h 146 return getValueType().getSimpleVT();
696 return getValueType(ResNo).getSimpleVT();
    [all...]
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
X86FastISel.cpp 325 VT = evt.getSimpleVT();
353 switch (VT.getSimpleVT().SimpleTy) {
443 switch (VT.getSimpleVT().SimpleTy) {
534 switch (VT.getSimpleVT().SimpleTy) {
572 unsigned RR = fastEmit_r(SrcVT.getSimpleVT(), DstVT.getSimpleVT(), Opc,
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 307 switch (VT.getSimpleVT().SimpleTy) {
332 MVT VT = LD->getMemoryVT().getSimpleVT();
361 MVT VT = LD->getMemoryVT().getSimpleVT();
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp 287 DstTy.getSimpleVT(),
288 SrcTy.getSimpleVT()))
403 SelCondTy.getSimpleVT(),
404 SelValTy.getSimpleVT()))
AArch64ISelLowering.cpp 633 setOperationAction(ISD::LOAD, VT.getSimpleVT(), Promote);
634 AddPromotedToType(ISD::LOAD, VT.getSimpleVT(), MVT::v2i32);
636 setOperationAction(ISD::STORE, VT.getSimpleVT(), Promote);
637 AddPromotedToType(ISD::STORE, VT.getSimpleVT(), MVT::v2i32);
639 setOperationAction(ISD::LOAD, VT.getSimpleVT(), Promote);
640 AddPromotedToType(ISD::LOAD, VT.getSimpleVT(), MVT::v2i64);
642 setOperationAction(ISD::STORE, VT.getSimpleVT(), Promote);
643 AddPromotedToType(ISD::STORE, VT.getSimpleVT(), MVT::v2i64);
648 setOperationAction(ISD::FSIN, VT.getSimpleVT(), Expand);
649 setOperationAction(ISD::FCOS, VT.getSimpleVT(), Expand)
    [all...]
AArch64FastISel.cpp 467 MVT VT = CEVT.getSimpleVT();
915 VT = evt.getSimpleVT();
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 510 setOperationAction(ISD::LOAD, VT.getSimpleVT(), Promote);
511 AddPromotedToType(ISD::LOAD, VT.getSimpleVT(),
512 PromotedLdStVT.getSimpleVT());
514 setOperationAction(ISD::STORE, VT.getSimpleVT(), Promote);
515 AddPromotedToType(ISD::STORE, VT.getSimpleVT(),
516 PromotedLdStVT.getSimpleVT());
    [all...]
  /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/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 395 MVT VT = CEVT.getSimpleVT();
545 VT = evt.getSimpleVT();
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 270 VT = Evt.getSimpleVT();
806 MVT SrcVT = SrcEVT.getSimpleVT();
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 212 switch (RegVT.getSimpleVT().SimpleTy) {
215 << RegVT.getSimpleVT().SimpleTy << '\n';
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 380 CCInfo.addLoc(CCValAssign::getMem(ArgLocs.size(), VT.getSimpleVT(),
381 Offset, VT.getSimpleVT(),
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 194 switch (VT1.getSimpleVT().SimpleTy) {
    [all...]

Completed in 1076 milliseconds

1 2