LLVM
8.0.1
|
#include "HexagonInstrInfo.h"
#include "HexagonSubtarget.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineDominators.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineOperand.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/TargetRegisterInfo.h"
#include "llvm/IR/DebugLoc.h"
#include "llvm/Pass.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
#include <iterator>
#include <map>
#include <queue>
#include <set>
#include <utility>
Go to the source code of this file.
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Macros | |
#define | DEBUG_TYPE "gen-pred" |
Functions | |
void | llvm::initializeHexagonGenPredicatePass (PassRegistry &Registry) |
FunctionPass * | llvm::createHexagonGenPredicate () |
INITIALIZE_PASS_BEGIN (HexagonGenPredicate, "hexagon-gen-pred", "Hexagon generate predicate operations", false, false) INITIALIZE_PASS_END(HexagonGenPredicate | |
Variables | |
hexagon gen | pred |
hexagon gen Hexagon generate predicate | operations |
hexagon gen Hexagon generate predicate | false |
#define DEBUG_TYPE "gen-pred" |
Definition at line 36 of file HexagonGenPredicate.cpp.
INITIALIZE_PASS_BEGIN | ( | HexagonGenPredicate | , |
"hexagon-gen-pred" | , | ||
"Hexagon generate predicate operations" | , | ||
false | , | ||
false | |||
) |
hexagon gen Hexagon generate predicate false |
Definition at line 131 of file HexagonGenPredicate.cpp.
hexagon gen Hexagon generate predicate operations |
Definition at line 131 of file HexagonGenPredicate.cpp.
hexagon gen pred |
Definition at line 131 of file HexagonGenPredicate.cpp.
Referenced by llvm::CloneAndPruneIntoFromInst(), llvm::ConstantFoldBinaryInstruction(), DecodeAddrMode2IdxInstruction(), DecodeAddrMode3Instruction(), DecodeArmMOVTWInstruction(), DecodeBranchImmInstruction(), DecodeCopMemInstruction(), DecodeDoubleRegLoad(), DecodeDoubleRegStore(), DecodeForVMRSandVMSR(), DecodeHINTInstruction(), DecodeIT(), DecodeLDRPreImm(), DecodeLDRPreReg(), DecodeMemMultipleWritebackInstruction(), DecodeQADDInstruction(), DecodeSMLAInstruction(), DecodeSTRPreImm(), DecodeSTRPreReg(), DecodeSwap(), DecodeThumb2BCCInstruction(), DecodeVMOVRRS(), DecodeVMOVSRR(), evaluateICmpRelation(), llvm::ConstantExpr::getExactLShr(), llvm::CmpInst::getInversePredicate(), llvm::CmpInst::getNonStrictPredicate(), llvm::ICmpInst::getSignedPredicate(), llvm::CmpInst::getSwappedPredicate(), llvm::ICmpInst::getUnsignedPredicate(), ignoreDependence(), INITIALIZE_PASS(), removeEmptyCleanup(), and llvm::Dependence::setNextPredecessor().