Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h455 bool shouldSinkOperands(Instruction *I,
H A DARMISelLowering.cpp18032 bool ARMTargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in ARMTargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h581 bool shouldSinkOperands(Instruction *I,
H A DAArch64ISelLowering.cpp11538 bool AArch64TargetLowering::shouldSinkOperands( in shouldSinkOperands() function in AArch64TargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1219 bool shouldSinkOperands(Instruction *I,
H A DX86ISelLowering.cpp32052 bool X86TargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in X86TargetLowering
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2606 virtual bool shouldSinkOperands(Instruction *I, in shouldSinkOperands() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6943 if (!TLI->shouldSinkOperands(I, OpsToSink)) in tryToSinkFreeOperands()