Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h357 bool shouldSinkOperands(Instruction *I,
DARMISelLowering.cpp14954 bool ARMTargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in ARMTargetLowering
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.h409 bool shouldSinkOperands(Instruction *I,
DARMISelLowering.cpp16648 bool ARMTargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in ARMTargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h406 bool shouldSinkOperands(Instruction *I,
DAArch64ISelLowering.cpp9029 bool AArch64TargetLowering::shouldSinkOperands( in shouldSinkOperands() function in AArch64TargetLowering
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h542 bool shouldSinkOperands(Instruction *I,
DAArch64ISelLowering.cpp10793 bool AArch64TargetLowering::shouldSinkOperands( in shouldSinkOperands() function in AArch64TargetLowering
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h1200 bool shouldSinkOperands(Instruction *I,
DX86ISelLowering.cpp31307 bool X86TargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in X86TargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2403 virtual bool shouldSinkOperands(Instruction *I, in shouldSinkOperands() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h2570 virtual bool shouldSinkOperands(Instruction *I, in shouldSinkOperands() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6291 if (!TLI || !TLI->shouldSinkOperands(I, OpsToSink)) in tryToSinkFreeOperands()
/external/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6745 if (!TLI->shouldSinkOperands(I, OpsToSink)) in tryToSinkFreeOperands()