Home | History | Annotate | Download | only in X86

Lines Matching defs:evt

78   bool X86FastEmitCompare(const Value *LHS, const Value *RHS, EVT VT);
80 bool X86FastEmitLoad(EVT VT, const X86AddressMode &AM, unsigned &RR);
82 bool X86FastEmitStore(EVT VT, const Value *Val, const X86AddressMode &AM,
84 bool X86FastEmitStore(EVT VT, unsigned ValReg, const X86AddressMode &AM,
87 bool X86FastEmitExtend(ISD::NodeType Opc, EVT DstVT, unsigned Src, EVT SrcVT,
136 bool isScalarFPTypeInSSEReg(EVT VT) const {
152 EVT evt = TLI.getValueType(Ty, /*HandleUnknown=*/true);
153 if (evt == MVT::Other || !evt.isSimple())
157 VT = evt.getSimpleVT();
179 bool X86FastISel::X86FastEmitLoad(EVT VT, const X86AddressMode &AM,
238 X86FastISel::X86FastEmitStore(EVT VT, unsigned ValReg,
293 bool X86FastISel::X86FastEmitStore(EVT VT, const Value *Val,
335 bool X86FastISel::X86FastEmitExtend(ISD::NodeType Opc, EVT DstVT,
336 unsigned Src, EVT SrcVT,
788 EVT SrcVT = TLI.getValueType(RV->getType());
789 EVT DstVT = VA.getValVT();
871 static unsigned X86ChooseCmpOpcode(EVT VT, const X86Subtarget *Subtarget) {
892 static unsigned X86ChooseCmpImmediateOpcode(EVT VT, const ConstantInt *RHSC) {
909 EVT VT) {
1020 EVT DstVT = TLI.getValueType(I->getType());
1082 EVT VT = TLI.getValueType(CI->getOperand(0)->getType());
1512 EVT SrcVT = TLI.getValueType(I->getOperand(0)->getType());
1513 EVT DstVT = TLI.getValueType(I->getType());
1645 EVT PtrTy = TLI.getPointerTy();
1756 EVT ArgVT = TLI.getValueType(ArgTy);
2003 EVT ArgVT = ArgVTs[VA.getValNo()];
2185 SmallVector<EVT, 4> RetTys;
2188 EVT VT = RetTys[i];
2213 EVT CopyVT = RVLocs[i].getValVT();
2237 EVT ResVT = RVLocs[i].getValVT();
2298 EVT SrcVT = TLI.getValueType(I->getOperand(0)->getType());
2299 EVT DstVT = TLI.getValueType(I->getType());