HomeSort by relevance Sort by last modified time
    Searched defs:MachineFunction (Results 1 - 25 of 33) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineFunction.cpp 1 //===-- MachineFunction.cpp -----------------------------------------------===//
21 #include "llvm/CodeGen/MachineFunction.h"
44 // MachineFunction implementation
54 MachineFunction::MachineFunction(const Function *F, const TargetMachine &TM,
77 MachineFunction::~MachineFunction() {
100 MachineJumpTableInfo *MachineFunction::
114 void MachineFunction::RenumberBlocks(MachineBasicBlock *MBB) {
116 MachineFunction::iterator MBBI, E = end()
    [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 1 //===-- MachineFunction.cpp -----------------------------------------------===//
16 #include "llvm/CodeGen/MachineFunction.h"
82 // MachineFunction implementation
99 MachineFunction::MachineFunction(const Function *F, const TargetMachine &TM,
145 "Can't create a MachineFunction using a Module with a "
151 MachineFunction::~MachineFunction() {
188 const DataLayout &MachineFunction::getDataLayout() const {
194 MachineJumpTableInfo *MachineFunction:
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFunction.h 1 //===-- llvm/CodeGen/MachineFunction.h --------------------------*- C++ -*-===//
67 /// hold private target-specific information for each MachineFunction. Objects
69 /// MachineFunction is destroyed.
74 class MachineFunction {
98 // MachineBasicBlock is inserted into a MachineFunction is it automatically
102 // Pool-allocate MachineFunction-lifetime and IR objects.
128 MachineFunction(const MachineFunction &); // DO NOT IMPLEMENT
129 void operator=(const MachineFunction&); // DO NOT IMPLEMENT
131 MachineFunction(const Function *Fn, const TargetMachine &TM
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 1 //===-- llvm/CodeGen/MachineFunction.h --------------------------*- C++ -*-===//
76 /// hold private target-specific information for each MachineFunction. Objects
78 /// MachineFunction is destroyed.
87 static Ty *create(BumpPtrAllocator &Allocator, MachineFunction &MF) {
92 /// Properties which a MachineFunction may have at a given point in time.
160 class MachineFunction {
188 // MachineBasicBlock is inserted into a MachineFunction is it automatically
192 // Pool-allocate MachineFunction-lifetime and IR objects.
233 MachineFunction(const MachineFunction &) = delete
    [all...]
MIRYamlMapping.h 380 struct MachineFunction {
404 template <> struct MappingTraits<MachineFunction> {
405 static void mapping(IO &YamlIO, MachineFunction &MF) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MIRYamlMapping.h 434 struct MachineFunction {
457 template <> struct MappingTraits<MachineFunction> {
458 static void mapping(IO &YamlIO, MachineFunction &MF) {
MachineFunction.h 1 //===- llvm/CodeGen/MachineFunction.h ---------------------------*- C++ -*-===//
63 class MachineFunction;
93 /// hold private target-specific information for each MachineFunction. Objects
95 /// MachineFunction is destroyed.
104 static Ty *create(BumpPtrAllocator &Allocator, MachineFunction &MF) {
109 /// Properties which a MachineFunction may have at a given point in time.
225 class MachineFunction {
253 // MachineBasicBlock is inserted into a MachineFunction is it automatically
257 // Pool-allocate MachineFunction-lifetime and IR objects.
334 /// Clear all the members of this MachineFunction, but the ones use
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MIRYamlMapping.h 434 struct MachineFunction {
457 template <> struct MappingTraits<MachineFunction> {
458 static void mapping(IO &YamlIO, MachineFunction &MF) {
MachineFunction.h 1 //===- llvm/CodeGen/MachineFunction.h ---------------------------*- C++ -*-===//
63 class MachineFunction;
93 /// hold private target-specific information for each MachineFunction. Objects
95 /// MachineFunction is destroyed.
104 static Ty *create(BumpPtrAllocator &Allocator, MachineFunction &MF) {
109 /// Properties which a MachineFunction may have at a given point in time.
225 class MachineFunction {
253 // MachineBasicBlock is inserted into a MachineFunction is it automatically
257 // Pool-allocate MachineFunction-lifetime and IR objects.
334 /// Clear all the members of this MachineFunction, but the ones use
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MIRYamlMapping.h 434 struct MachineFunction {
457 template <> struct MappingTraits<MachineFunction> {
458 static void mapping(IO &YamlIO, MachineFunction &MF) {
MachineFunction.h 1 //===- llvm/CodeGen/MachineFunction.h ---------------------------*- C++ -*-===//
63 class MachineFunction;
93 /// hold private target-specific information for each MachineFunction. Objects
95 /// MachineFunction is destroyed.
104 static Ty *create(BumpPtrAllocator &Allocator, MachineFunction &MF) {
109 /// Properties which a MachineFunction may have at a given point in time.
225 class MachineFunction {
253 // MachineBasicBlock is inserted into a MachineFunction is it automatically
257 // Pool-allocate MachineFunction-lifetime and IR objects.
334 /// Clear all the members of this MachineFunction, but the ones use
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MIRYamlMapping.h 434 struct MachineFunction {
457 template <> struct MappingTraits<MachineFunction> {
458 static void mapping(IO &YamlIO, MachineFunction &MF) {
MachineFunction.h 1 //===- llvm/CodeGen/MachineFunction.h ---------------------------*- C++ -*-===//
63 class MachineFunction;
93 /// hold private target-specific information for each MachineFunction. Objects
95 /// MachineFunction is destroyed.
104 static Ty *create(BumpPtrAllocator &Allocator, MachineFunction &MF) {
109 /// Properties which a MachineFunction may have at a given point in time.
225 class MachineFunction {
253 // MachineBasicBlock is inserted into a MachineFunction is it automatically
257 // Pool-allocate MachineFunction-lifetime and IR objects.
334 /// Clear all the members of this MachineFunction, but the ones use
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 380 struct MachineFunction {
404 template <> struct MappingTraits<MachineFunction> {
405 static void mapping(IO &YamlIO, MachineFunction &MF) {
MachineFunction.h 1 //===-- llvm/CodeGen/MachineFunction.h --------------------------*- C++ -*-===//
70 /// hold private target-specific information for each MachineFunction. Objects
72 /// MachineFunction is destroyed.
81 static Ty *create(BumpPtrAllocator &Allocator, MachineFunction &MF) {
86 /// Properties which a MachineFunction may have at a given point in time.
197 class MachineFunction {
225 // MachineBasicBlock is inserted into a MachineFunction is it automatically
229 // Pool-allocate MachineFunction-lifetime and IR objects.
306 MachineFunction(const MachineFunction &) = delete
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MIRYamlMapping.h 467 struct MachineFunction {
490 template <> struct MappingTraits<MachineFunction> {
491 static void mapping(IO &YamlIO, MachineFunction &MF) {
MachineFunction.h 1 //===- llvm/CodeGen/MachineFunction.h ---------------------------*- C++ -*-===//
63 class MachineFunction;
93 /// hold private target-specific information for each MachineFunction. Objects
95 /// MachineFunction is destroyed.
104 static Ty *create(BumpPtrAllocator &Allocator, MachineFunction &MF) {
109 /// Properties which a MachineFunction may have at a given point in time.
225 class MachineFunction {
253 // MachineBasicBlock is inserted into a MachineFunction is it automatically
257 // Pool-allocate MachineFunction-lifetime and IR objects.
337 /// Clear all the members of this MachineFunction, but the ones use
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MIRYamlMapping.h 467 struct MachineFunction {
490 template <> struct MappingTraits<MachineFunction> {
491 static void mapping(IO &YamlIO, MachineFunction &MF) {
MachineFunction.h 1 //===- llvm/CodeGen/MachineFunction.h ---------------------------*- C++ -*-===//
63 class MachineFunction;
93 /// hold private target-specific information for each MachineFunction. Objects
95 /// MachineFunction is destroyed.
104 static Ty *create(BumpPtrAllocator &Allocator, MachineFunction &MF) {
109 /// Properties which a MachineFunction may have at a given point in time.
225 class MachineFunction {
253 // MachineBasicBlock is inserted into a MachineFunction is it automatically
257 // Pool-allocate MachineFunction-lifetime and IR objects.
337 /// Clear all the members of this MachineFunction, but the ones use
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MIRYamlMapping.h 467 struct MachineFunction {
490 template <> struct MappingTraits<MachineFunction> {
491 static void mapping(IO &YamlIO, MachineFunction &MF) {
MachineFunction.h 1 //===- llvm/CodeGen/MachineFunction.h ---------------------------*- C++ -*-===//
63 class MachineFunction;
93 /// hold private target-specific information for each MachineFunction. Objects
95 /// MachineFunction is destroyed.
104 static Ty *create(BumpPtrAllocator &Allocator, MachineFunction &MF) {
109 /// Properties which a MachineFunction may have at a given point in time.
225 class MachineFunction {
253 // MachineBasicBlock is inserted into a MachineFunction is it automatically
257 // Pool-allocate MachineFunction-lifetime and IR objects.
337 /// Clear all the members of this MachineFunction, but the ones use
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MIRYamlMapping.h 467 struct MachineFunction {
490 template <> struct MappingTraits<MachineFunction> {
491 static void mapping(IO &YamlIO, MachineFunction &MF) {
MachineFunction.h 1 //===- llvm/CodeGen/MachineFunction.h ---------------------------*- C++ -*-===//
63 class MachineFunction;
93 /// hold private target-specific information for each MachineFunction. Objects
95 /// MachineFunction is destroyed.
104 static Ty *create(BumpPtrAllocator &Allocator, MachineFunction &MF) {
109 /// Properties which a MachineFunction may have at a given point in time.
225 class MachineFunction {
253 // MachineBasicBlock is inserted into a MachineFunction is it automatically
257 // Pool-allocate MachineFunction-lifetime and IR objects.
337 /// Clear all the members of this MachineFunction, but the ones use
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 380 struct MachineFunction {
404 template <> struct MappingTraits<MachineFunction> {
405 static void mapping(IO &YamlIO, MachineFunction &MF) {
MachineFunction.h 1 //===-- llvm/CodeGen/MachineFunction.h --------------------------*- C++ -*-===//
70 /// hold private target-specific information for each MachineFunction. Objects
72 /// MachineFunction is destroyed.
81 static Ty *create(BumpPtrAllocator &Allocator, MachineFunction &MF) {
86 /// Properties which a MachineFunction may have at a given point in time.
197 class MachineFunction {
225 // MachineBasicBlock is inserted into a MachineFunction is it automatically
229 // Pool-allocate MachineFunction-lifetime and IR objects.
306 MachineFunction(const MachineFunction &) = delete
    [all...]

Completed in 309 milliseconds

1 2