Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetOpcodes.h42 inline bool isPreISelGenericOptimizationHint(unsigned Opcode) { in isPreISelGenericOptimizationHint() function
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp168 if (isPreISelGenericOptimizationHint(MI.getOpcode())) { in runOnMachineFunction()
H A DRegBankSelect.cpp626 if (isPreISelGenericOptimizationHint(Opc)) { in assignInstr()
H A DUtils.cpp447 while (Opc == TargetOpcode::COPY || isPreISelGenericOptimizationHint(Opc)) { in getDefSrcRegIgnoringCopies()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp508 !isPreISelGenericOptimizationHint(Op)) in hasFPConstraints()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1769 if (isPreISelGenericOpcode(Opc) || isPreISelGenericOptimizationHint(Opc)) { in visitMachineInstrBefore()