Home
last modified time | relevance | path

Searched refs:getHwModes (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DVarLenCodeEmitterGen.cpp216 const CodeGenHwModes &HWM = Target.getHwModes(); in run()
350 const CodeGenHwModes &HWM = Target.getHwModes(); in emitInstructionBaseValues()
421 const CodeGenHwModes &HWM = Target.getHwModes(); in getInstructionCase()
H A DCodeEmitterGen.cpp301 const CodeGenHwModes &HWM = Target.getHwModes(); in getInstructionCase()
383 const CodeGenHwModes &HWM = Target.getHwModes(); in emitInstructionBaseValues()
438 const CodeGenHwModes &HWM = Target.getHwModes(); in run()
H A DCodeGenTarget.h141 const CodeGenHwModes &getHwModes() const { return CGH; } in getHwModes() function
H A DCodeGenDAGPatterns.cpp1685 auto VVT = getValueTypeByHwMode(DI->getDef(), T.getHwModes()); in ApplyTypeConstraint()
1763 return UpdateNodeType(ResNo, getValueTypeByHwMode(R, T.getHwModes()), TP); in UpdateNodeTypeFromInst()
2300 const CodeGenHwModes &CGH = CDP.getTargetInfo().getHwModes(); in getImplicitType()
2315 const CodeGenHwModes &CGH = CDP.getTargetInfo().getHwModes(); in getImplicitType()
2333 const CodeGenHwModes &CGH = CDP.getTargetInfo().getHwModes(); in getImplicitType()
2724 const CodeGenHwModes &CGH = CDP.getTargetInfo().getHwModes(); in ApplyTypeConstraints()
2933 const CodeGenHwModes &CGH = getDAGPatterns().getTargetInfo().getHwModes(); in ParseTreePattern()
3230 const CodeGenHwModes &CGH = getTargetInfo().getHwModes(); in ParseNodeInfo()
4399 const CodeGenHwModes &CGH = getTargetInfo().getHwModes(); in ExpandHwModeBasedTypes()
H A DSubtargetEmitter.cpp1706 const CodeGenHwModes &CGH = TGT.getHwModes(); in EmitHwModeCheck()
1791 if (TGT.getHwModes().getNumModeIds() > 1) in emitGenMCSubtargetInfo()
1919 if (TGT.getHwModes().getNumModeIds() > 1) in run()
H A DCodeGenRegisters.h659 const CodeGenHwModes &getHwModes() const { return CGH; } in getHwModes() function
H A DRegisterInfoEmitter.cpp1255 const CodeGenHwModes &CGH = Target.getHwModes(); in runTargetDesc()
1845 const CodeGenHwModes &CGH = Target.getHwModes(); in debugDump()
H A DCodeGenTarget.cpp368 RegBank = std::make_unique<CodeGenRegBank>(Records, getHwModes()); in getRegBank()
H A DDecoderEmitter.cpp2627 const CodeGenHwModes &HWM = Target.getHwModes(); in run()
2645 const CodeGenHwModes &HWM = Target.getHwModes(); in run()
H A DCodeGenRegisters.cpp752 VTs.push_back(getValueTypeByHwMode(Type, RegBank.getHwModes())); in CodeGenRegisterClass()
790 RSI = RegSizeInfoByHwMode(DI->getDef(), RegBank.getHwModes()); in CodeGenRegisterClass()