Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h357 bool shouldSinkOperands(Instruction *I,
DARMISelLowering.cpp14952 bool ARMTargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in ARMTargetLowering
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h2403 virtual bool shouldSinkOperands(Instruction *I, in shouldSinkOperands() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6291 if (!TLI || !TLI->shouldSinkOperands(I, OpsToSink)) in tryToSinkFreeOperands()