Home
last modified time | relevance | path

Searched refs:getShape (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h117 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 DX86LowerAMXType.cpp117 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 DX86FastPreTileConfig.cpp292 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 DX86TileConfig.cpp140 ShapeT Shape = VRM.getShape(Phys2Virt[I]); in INITIALIZE_PASS_DEPENDENCY()
H A DX86RegisterInfo.cpp941 return VRM->getShape(VirtReg); in getTileShape()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1647 VRM.assignVirt2Shape(New, VRM.getShape(Old)); in LRE_DidCloneVirtReg()