Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetOpcodes.h42 inline bool isPreISelGenericOptimizationHint(unsigned Opcode) { in isPreISelGenericOptimizationHint() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCRegisterBankInfo.cpp250 !isPreISelGenericOptimizationHint(Op)) in hasFPConstraints()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInstructionSelect.cpp363 if (isPreISelGenericOptimizationHint(MI.getOpcode()) || in selectInstr()
H A DRegBankSelect.cpp637 if (isPreISelGenericOptimizationHint(Opc)) { in assignInstr()
H A DUtils.cpp474 while (Opc == TargetOpcode::COPY || isPreISelGenericOptimizationHint(Opc)) { in getDefSrcRegIgnoringCopies()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86RegisterBankInfo.cpp83 !isPreISelGenericOptimizationHint(Op)) in hasFPConstraints()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64RegisterBankInfo.cpp522 !isPreISelGenericOptimizationHint(Op)) in hasFPConstraints()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h1473 isPreISelGenericOptimizationHint(TmpDef->getOpcode())) &&
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2345 if (isPreISelGenericOpcode(Opc) || isPreISelGenericOptimizationHint(Opc)) { in visitMachineInstrBefore()