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 86 virtual unsigned getJumpTableEncoding() const;
XCoreISelLowering.cpp 325 unsigned XCoreTargetLowering::getJumpTableEncoding() const {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 255 virtual unsigned getJumpTableEncoding() const;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 435 virtual unsigned getJumpTableEncoding() const;
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 472 virtual unsigned getJumpTableEncoding() const;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 200 /// getJumpTableEncoding - Return the entry encoding for a jump table in the
203 unsigned TargetLowering::getJumpTableEncoding() const {
219 unsigned JTEncoding = getJumpTableEncoding();
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 277 milliseconds