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 345 unsigned XCoreTargetLowering::getJumpTableEncoding() const {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 237 unsigned getJumpTableEncoding() const override;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 593 unsigned getJumpTableEncoding() const override;
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 522 unsigned getJumpTableEncoding() const override;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 219 /// getJumpTableEncoding - Return the entry encoding for a jump table in the
222 unsigned TargetLowering::getJumpTableEncoding() const {
238 unsigned JTEncoding = getJumpTableEncoding();
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 2192 milliseconds