reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
363 EVT RealVT = TLI.getValueType(DL, V->getType(), /*AllowUnknown=*/true); 375 VT = TLI.getTypeToTransformTo(V->getContext(), VT).getSimpleVT(); 381 unsigned Reg = lookUpRegForValue(V); 387 if (isa<Instruction>(V) && 388 (!isa<AllocaInst>(V) || 389 !FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(V)))) 390 return FuncInfo.InitializeRegForValue(V); 396 Reg = materializeRegForValue(V, VT);