Searched refs:EK_Custom32 (Results 1 - 10 of 10) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h74 /// EK_Custom32 - Each entry is a 32-bit value that is custom lowered by the
76 EK_Custom32 enumerator in enum:llvm::MachineJumpTableInfo::JTEntryKind
H A DMIRYamlMapping.h130 IO.enumCase(EntryKind, "custom32", MachineJumpTableInfo::EK_Custom32);
298 MachineJumpTableInfo::JTEntryKind Kind = MachineJumpTableInfo::EK_Custom32;
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h69 /// EK_Custom32 - Each entry is a 32-bit value that is custom lowered by the
71 EK_Custom32 enumerator in enum:llvm::MachineJumpTableInfo::JTEntryKind
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineFunction.cpp537 case MachineJumpTableInfo::EK_Custom32:
556 case MachineJumpTableInfo::EK_Custom32:
/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp779 case MachineJumpTableInfo::EK_Custom32:
799 case MachineJumpTableInfo::EK_Custom32:
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp1161 case MachineJumpTableInfo::EK_Custom32:
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1461 case MachineJumpTableInfo::EK_Custom32:
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1124 case MachineJumpTableInfo::EK_Custom32:
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp1286 return MachineJumpTableInfo::EK_Custom32;
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1886 return MachineJumpTableInfo::EK_Custom32;
[all...]

Completed in 334 milliseconds