HomeSort by relevance Sort by last modified time
    Searched defs:isIntDivCheap (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 246 bool WebAssemblyTargetLowering::isIntDivCheap(EVT VT, AttributeSet Attr) const {
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h 150 /// isIntDivCheap() - Return true if integer divide is usually cheaper than
152 bool isIntDivCheap() const { return IntDivIsCheap; }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 425 bool WebAssemblyTargetLowering::isIntDivCheap(EVT VT,
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 237 virtual bool isIntDivCheap(EVT VT, AttributeSet Attr) const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetLowering.h 308 virtual bool isIntDivCheap(EVT VT, AttributeList Attr) const { return false; }
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 643 milliseconds