Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.h97 static inline bool isTerminator(unsigned OpCode) { in isTerminator()
122 static inline bool isCast(unsigned OpCode) { in isCast()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp80 unsigned OpCode = CE->getOpcode(); in createReplacementInstr() local
H A DXCoreRegisterInfo.cpp169 unsigned OpCode = MI.getOpcode(); in InsertSPConstInst() local
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp184 const char *Instruction::getOpcodeName(unsigned OpCode) { in getOpcodeName()
H A DDebugInfo.cpp1380 uint64_t OpCode = getElement(I); in printInternal() local
/minix3/external/mit/lua/dist/src/
H A Dlopcodes.h236 } OpCode; typedef
/minix3/external/bsd/llvm/dist/llvm/bindings/python/llvm/
H A Dcore.py82 class OpCode(LLVMEnumeration): class
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp875 const unsigned OpCode = DU.NarrowUse->getOpcode(); in GetExtendedOperandRecurrence() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp656 unsigned OpCode = Is64Bit ? PPC::ISEL8 : PPC::ISEL; in insertSelect() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp424 static Value *getIdentityValue(Instruction::BinaryOps OpCode, Value *V) { in getIdentityValue()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2828 void SelectionDAGBuilder::visitBinary(const User &I, unsigned OpCode) { in visitBinary()
2955 ISD::NodeType OpCode = Cond.getValueType().isVector() ? in visitSelect() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp17897 unsigned OpCode = ((MOV64ri | N86R11) << 8) | REX_WB; // movabsq r11 in LowerINIT_TRAMPOLINE() local