HomeSort by: relevance | last modified time | path
    Searched defs:VEInstrInfo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEInstrInfo.h 1 //===-- VEInstrInfo.h - VE Instruction Information --------------*- C++ -*-===//
51 class VEInstrInfo : public VEGenInstrInfo {
56 explicit VEInstrInfo(VESubtarget &ST);
VEInstrInfo.cpp 1 //===-- VEInstrInfo.cpp - VE Instruction Information ----------------------===//
13 #include "VEInstrInfo.h"
36 void VEInstrInfo::anchor() {}
38 VEInstrInfo::VEInstrInfo(VESubtarget &ST)
145 bool VEInstrInfo::analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
226 unsigned VEInstrInfo::insertBranch(MachineBasicBlock &MBB,
291 unsigned VEInstrInfo::removeBranch(MachineBasicBlock &MBB,
314 bool VEInstrInfo::reverseBranchCondition(
359 void VEInstrInfo::copyPhysReg(MachineBasicBlock &MBB
    [all...]

Completed in 19 milliseconds