HomeSort by relevance Sort by last modified time
    Searched refs:getJumpTableEncoding (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 103 unsigned getJumpTableEncoding() const override;
XCoreISelLowering.cpp 348 unsigned XCoreTargetLowering::getJumpTableEncoding() const {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 233 unsigned getJumpTableEncoding() const override;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 532 unsigned getJumpTableEncoding() const override;
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 568 unsigned getJumpTableEncoding() const override;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 222 /// getJumpTableEncoding - Return the entry encoding for a jump table in the
225 unsigned TargetLowering::getJumpTableEncoding() const {
241 unsigned JTEncoding = getJumpTableEncoding();
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 608 milliseconds