Home
last modified time | relevance | path

Searched refs:isPreISelGenericOptimizationHint (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetOpcodes.h42 inline bool isPreISelGenericOptimizationHint(unsigned Opcode) { in isPreISelGenericOptimizationHint() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp176 if (isPreISelGenericOptimizationHint(MI.getOpcode()) || in runOnMachineFunction()
H A DRegBankSelect.cpp636 if (isPreISelGenericOptimizationHint(Opc)) { in assignInstr()
H A DUtils.cpp454 while (Opc == TargetOpcode::COPY || isPreISelGenericOptimizationHint(Opc)) { in getDefSrcRegIgnoringCopies()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCRegisterBankInfo.cpp306 !isPreISelGenericOptimizationHint(Op)) in hasFPConstraints()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp536 !isPreISelGenericOptimizationHint(Op)) in hasFPConstraints()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h1435 isPreISelGenericOptimizationHint(TmpDef->getOpcode())) &&
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1929 if (isPreISelGenericOpcode(Opc) || isPreISelGenericOptimizationHint(Opc)) { in visitMachineInstrBefore()