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

  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 642 MachineBasicBlock *JumpTableBB = MF->CreateMachineBasicBlock();
643 MF->insert(std::next(MachineFunction::iterator(MBB)), JumpTableBB);
644 MachineInstr *CPEMI = BuildMI(*JumpTableBB, JumpTableBB->begin(),
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 589 MachineBasicBlock *JumpTableBB = MF->CreateMachineBasicBlock();
590 MF->insert(std::next(MachineFunction::iterator(MBB)), JumpTableBB);
591 MachineInstr *CPEMI = BuildMI(*JumpTableBB, JumpTableBB->begin(),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 548 milliseconds