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 346 unsigned XCoreTargetLowering::getJumpTableEncoding() const {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 231 unsigned getJumpTableEncoding() const override;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 562 unsigned getJumpTableEncoding() const override;
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 627 unsigned getJumpTableEncoding() const override;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 236 /// getJumpTableEncoding - Return the entry encoding for a jump table in the
239 unsigned TargetLowering::getJumpTableEncoding() const {
255 unsigned JTEncoding = getJumpTableEncoding();
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 239 milliseconds