Searched defs:getOpcode (Results 1 - 14 of 14) sorted by last modified time

/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DConstants.h1050 unsigned getOpcode() const { return getSubclassDataFromValue(); } function in class:llvm::ConstantExpr
H A DInstrTypes.h326 BinaryOps getOpcode() const { function in class:llvm::BinaryOperator
597 Instruction::CastOps getOpcode() const { function in class:llvm::CastInst
703 OtherOps getOpcode() const { function in class:llvm::CmpInst
[all...]
H A DInstruction.h83 unsigned getOpcode() const { return getValueID() - InstructionVal; } function in class:llvm::Instruction
[all...]
H A DInstructions.h1474 OtherOps getOpcode() const { function in class:llvm::SelectInst
[all...]
H A DOperator.h51 unsigned getOpcode() const { function in class:llvm::Operator
60 static unsigned getOpcode(const Value *V) { function in class:llvm::Operator
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstr.h261 int getOpcode() const { return MCID->Opcode; } function in class:llvm::MachineInstr
[all...]
H A DSelectionDAGNodes.h362 unsigned getOpcode() const { return (unsigned short)NodeType; } function in class:llvm::SDNode
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCExpr.h313 Opcode getOpcode() const { return Op; } function in class:llvm::MCUnaryExpr
444 Opcode getOpcode() const { return Op; } function in class:llvm::MCBinaryExpr
H A DMCInst.h158 unsigned getOpcode() const { return Opcode; } function in class:llvm::MCInst
H A DMCInstrDesc.h162 unsigned getOpcode() const { function in class:llvm::MCInstrDesc
/freebsd-10.0-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h914 UnaryOp getOpcode() const { return Opc; } function in class:llvm::UnOpInit
965 BinaryOp getOpcode() const { return Opc; } function in class:llvm::BinOpInit
1023 TernaryOp getOpcode() const { return Opc; } function in class:llvm::TernOpInit
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DDAGISelMatcher.h453 const SDNodeInfo &getOpcode() const { return Opcode; } function in class:llvm::CheckOpcodeMatcher
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h361 BinaryOperator::Opcode getOpcode() const { return Op; } function in class:clang::ento::BinarySymExpr
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1661 Opcode getOpcode() const { return static_cast<Opcode>(Opc); } function in class:clang::StringLiteral::UnaryOperator
2926 Opcode getOpcode() const { return static_cast<Opcode>(Opc); } function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
[all...]

Completed in 186 milliseconds