LLVM  3.7.0
Macros | Functions
BPFISelLowering.cpp File Reference
#include "BPFISelLowering.h"
#include "BPF.h"
#include "BPFTargetMachine.h"
#include "BPFSubtarget.h"
#include "llvm/CodeGen/CallingConvLower.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/SelectionDAGISel.h"
#include "llvm/CodeGen/TargetLoweringObjectFileImpl.h"
#include "llvm/CodeGen/ValueTypes.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/IR/DiagnosticInfo.h"
#include "llvm/IR/DiagnosticPrinter.h"
#include "BPFGenCallingConv.inc"
Include dependency graph for BPFISelLowering.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "bpf-lower"
 

Functions

static void NegateCC (SDValue &LHS, SDValue &RHS, ISD::CondCode &CC)
 

Macro Definition Documentation

#define DEBUG_TYPE   "bpf-lower"

Definition at line 35 of file BPFISelLowering.cpp.

Function Documentation

static void NegateCC ( SDValue LHS,
SDValue RHS,
ISD::CondCode CC 
)
static