Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp124 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 DX86FastPreTileConfig.cpp291 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 DX86TileConfig.cpp145 ShapeT Shape = VRM.getShape(Phys2Virt[I]); in INITIALIZE_PASS_DEPENDENCY()
H A DX86RegisterInfo.cpp1038 return VRM->getShape(VirtReg); in getTileShape()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp1714 VRM.assignVirt2Shape(New, VRM.getShape(Old)); in LRE_DidCloneVirtReg()