Searched refs:shouldSinkOperands (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 357 bool shouldSinkOperands(Instruction *I,
|
D | ARMISelLowering.cpp | 14954 bool ARMTargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in ARMTargetLowering
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 409 bool shouldSinkOperands(Instruction *I,
|
D | ARMISelLowering.cpp | 16648 bool ARMTargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in ARMTargetLowering
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 406 bool shouldSinkOperands(Instruction *I,
|
D | AArch64ISelLowering.cpp | 9029 bool AArch64TargetLowering::shouldSinkOperands( in shouldSinkOperands() function in AArch64TargetLowering
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 542 bool shouldSinkOperands(Instruction *I,
|
D | AArch64ISelLowering.cpp | 10793 bool AArch64TargetLowering::shouldSinkOperands( in shouldSinkOperands() function in AArch64TargetLowering
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1200 bool shouldSinkOperands(Instruction *I,
|
D | X86ISelLowering.cpp | 31307 bool X86TargetLowering::shouldSinkOperands(Instruction *I, in shouldSinkOperands() function in X86TargetLowering
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 2403 virtual bool shouldSinkOperands(Instruction *I, in shouldSinkOperands() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 2570 virtual bool shouldSinkOperands(Instruction *I, in shouldSinkOperands() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 6291 if (!TLI || !TLI->shouldSinkOperands(I, OpsToSink)) in tryToSinkFreeOperands()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 6745 if (!TLI->shouldSinkOperands(I, OpsToSink)) in tryToSinkFreeOperands()
|