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

  /external/llvm/lib/Target/MSP430/
MSP430.h 43 FunctionPass *createMSP430BranchSelectionPass();
MSP430TargetMachine.cpp 79 addPass(createMSP430BranchSelectionPass(), false);
MSP430BranchSelector.cpp 54 /// createMSP430BranchSelectionPass - returns an instance of the Branch
57 FunctionPass *llvm::createMSP430BranchSelectionPass() {
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430.h 43 FunctionPass *createMSP430BranchSelectionPass();
MSP430TargetMachine.cpp 50 PM.add(createMSP430BranchSelectionPass());
MSP430BranchSelector.cpp 47 /// createMSP430BranchSelectionPass - returns an instance of the Branch
50 FunctionPass *llvm::createMSP430BranchSelectionPass() {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
MSP430.h 43 FunctionPass *createMSP430BranchSelectionPass();
MSP430TargetMachine.cpp 90 addPass(createMSP430BranchSelectionPass(), false);
MSP430BranchSelector.cpp 255 FunctionPass *llvm::createMSP430BranchSelectionPass() {

Completed in 320 milliseconds