Searched refs:getShape (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | VirtRegMap.h | 117 return getShape(virtReg).isValid(); in hasShape() 120 ShapeT getShape(Register virtReg) const { in getShape() function 156 Virt2ShapeMap[virtReg.id()] = getShape(SReg); in setIsSplitFromReg()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LowerAMXType.cpp | 124 static std::pair<Value *, Value *> getShape(IntrinsicInst *II, unsigned OpNo) { in getShape() function 193 static std::pair<Value *, Value *> getShape(PHINode *Phi) { in getShape() function 209 return getShape(cast<IntrinsicInst>(V), OpNo); in getShape() 250 std::tie(Row, Col) = getShape(II, OpNo); in combineLoadBitcast() 331 std::tie(Row, Col) = getShape(II, OpNo); in transformBitcast() 793 std::tie(Row, Col) = getShape(OldPN); in optimizeAMXCastFromPhi() 965 std::tie(Row, Col) = getShape(II, OpNo); in combineLoadCast() 1175 std::tie(Row, Col) = getShape(II, OpNo); in transformAMXCast()
|
H A D | X86FastPreTileConfig.cpp | 291 static ShapeT getShape(MachineRegisterInfo *MRI, Register TileReg) { in getShape() function 299 return getShape(MRI, TileReg); in getShape() 389 ShapeT Shape = getShape(MRI, InTileReg); in convertPHI()
|
H A D | X86TileConfig.cpp | 145 ShapeT Shape = VRM.getShape(Phys2Virt[I]); in INITIALIZE_PASS_DEPENDENCY()
|
H A D | X86RegisterInfo.cpp | 1038 return VRM->getShape(VirtReg); in getTileShape()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | InlineSpiller.cpp | 1714 VRM.assignVirt2Shape(New, VRM.getShape(Old)); in LRE_DidCloneVirtReg()
|