Home
last modified time | relevance | path

Searched defs:isIntDivCheap (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.h121 bool isIntDivCheap(EVT VT, AttributeList Attr) const override { in isIntDivCheap() function
/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h332 bool isIntDivCheap(EVT, AttributeList) const override { return false; } isIntDivCheap() function
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp813 bool WebAssemblyTargetLowering::isIntDivCheap(EVT VT, isIntDivCheap() function in WebAssemblyTargetLowering
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h542 virtual bool isIntDivCheap(EVT VT, AttributeList Attr) const { return false; } isIntDivCheap() function
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp21514 bool RISCVTargetLowering::isIntDivCheap(EVT VT, AttributeList Attr) const { isIntDivCheap() function in RISCVTargetLowering
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp26694 bool AArch64TargetLowering::isIntDivCheap(EVT VT, AttributeList Attr) const { isIntDivCheap() function in AArch64TargetLowering
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp59095 bool X86TargetLowering::isIntDivCheap(EVT VT, AttributeList Attr) const { isIntDivCheap() function in X86TargetLowering
[all...]