Searched refs:getShape (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86LowerAMXType.cpp | 117 static std::pair<Value *, Value *> getShape(IntrinsicInst *II, unsigned OpNo) { in getShape() function 184 static std::pair<Value *, Value *> getShape(PHINode *Phi) { in getShape() function 200 return getShape(cast<IntrinsicInst>(V), OpNo); in getShape() 241 std::tie(Row, Col) = getShape(II, OpNo); in combineLoadBitcast() 324 std::tie(Row, Col) = getShape(II, OpNo); in transformBitcast() 787 std::tie(Row, Col) = getShape(OldPN); in optimizeAMXCastFromPhi() 960 std::tie(Row, Col) = getShape(II, OpNo); in combineLoadCast() 1160 std::tie(Row, Col) = getShape(II, OpNo); in transformAMXCast()
|
H A D | X86FastPreTileConfig.cpp | 292 static ShapeT getShape(MachineRegisterInfo *MRI, Register TileReg) { in getShape() function 300 return getShape(MRI, TileReg); in getShape() 390 ShapeT Shape = getShape(MRI, InTileReg); in convertPHI()
|
H A D | X86TileConfig.cpp | 140 ShapeT Shape = VRM.getShape(Phys2Virt[I]); in INITIALIZE_PASS_DEPENDENCY()
|
H A D | X86RegisterInfo.cpp | 941 return VRM->getShape(VirtReg); in getTileShape()
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | InlineSpiller.cpp | 1647 VRM.assignVirt2Shape(New, VRM.getShape(Old)); in LRE_DidCloneVirtReg()
|