Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h379 bool shouldSinkOperands(Instruction *I,
H A DRISCVISelLowering.cpp1388 bool RISCVTargetLowering::shouldSinkOperands( in shouldSinkOperands() function in RISCVTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.h457 bool shouldSinkOperands(Instruction *I,
H A DARMISelLowering.cpp19048 bool ARMTargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in ARMTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h623 bool shouldSinkOperands(Instruction *I,
H A DAArch64ISelLowering.cpp13835 bool AArch64TargetLowering::shouldSinkOperands( in shouldSinkOperands() function in AArch64TargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h1334 bool shouldSinkOperands(Instruction *I,
H A DX86ISelLowering.cpp35016 bool X86TargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in X86TargetLowering
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2849 virtual bool shouldSinkOperands(Instruction *I, in shouldSinkOperands() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7072 if (!TLI->shouldSinkOperands(I, OpsToSink)) in tryToSinkFreeOperands()