Lines Matching defs:VT

391 unsigned ARMFastISel::ARMMoveToFPReg(MVT VT, unsigned SrcReg) {  in ARMMoveToFPReg()
401 unsigned ARMFastISel::ARMMoveToIntReg(MVT VT, unsigned SrcReg) { in ARMMoveToIntReg()
414 unsigned ARMFastISel::ARMMaterializeFP(const ConstantFP *CFP, MVT VT) { in ARMMaterializeFP()
453 unsigned ARMFastISel::ARMMaterializeInt(const Constant *C, MVT VT) { in ARMMaterializeInt()
522 unsigned ARMFastISel::ARMMaterializeGV(const GlobalValue *GV, MVT VT) { in ARMMaterializeGV()
629 MVT VT = CEVT.getSimpleVT(); in fastMaterializeConstant() local
647 MVT VT; in fastMaterializeAlloca() local
671 bool ARMFastISel::isTypeLegal(Type *Ty, MVT &VT) { in isTypeLegal()
683 bool ARMFastISel::isLoadTypeLegal(Type *Ty, MVT &VT) { in isLoadTypeLegal()
800 void ARMFastISel::ARMSimplifyAddress(Address &Addr, MVT VT, bool useAM3) { in ARMSimplifyAddress()
852 void ARMFastISel::AddLoadStoreOperands(MVT VT, Address &Addr, in AddLoadStoreOperands()
898 bool ARMFastISel::ARMEmitLoad(MVT VT, Register &ResultReg, Address &Addr, in ARMEmitLoad()
1025 MVT VT; in SelectLoad() local
1040 bool ARMFastISel::ARMEmitStore(MVT VT, unsigned SrcReg, Address &Addr, in ARMEmitStore()
1159 MVT VT; in SelectStore() local
1603 MVT VT; in SelectSelect() local
1679 MVT VT; in SelectDiv() local
1708 MVT VT; in SelectRem() local
1779 MVT VT = FPVT.getSimpleVT(); in SelectBinaryFPOp() local
2449 MVT VT; in ARMTryEmitSmallMemCpy() local
2919 MVT VT; in tryToFoldLoadIntoMI() local
2955 unsigned ARMFastISel::ARMLowerPICELF(const GlobalValue *GV, MVT VT) { in ARMLowerPICELF()