Home
last modified time | relevance | path

Searched defs:OpCode (Results 1 – 6 of 6) sorted by relevance

/external/llvm/bindings/python/llvm/
Dcore.py27 class OpCode(object): class
/external/llvm/include/llvm/
DInstruction.h92 static inline bool isTerminator(unsigned OpCode) { in isTerminator()
117 static inline bool isCast(unsigned OpCode) { in isCast()
/external/llvm/lib/VMCore/
DInstruction.cpp96 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2614 void SelectionDAGBuilder::visitBinary(const User &I, unsigned OpCode) { in visitBinary()
2708 ISD::NodeType OpCode = Cond.getValueType().isVector() ? in visitSelect() local
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp4991 unsigned OpCode = MI->getOpcode() == PPC::SELECT_CC_I8 ? in EmitInstrWithCustomInserter() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp10318 unsigned OpCode = ((MOV64ri | N86R11) << 8) | REX_WB; // movabsq r11 in LowerINIT_TRAMPOLINE() local