Home
last modified time | relevance | path

Searched refs:OpType (Results 1 – 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/MC/
DMCWin64EH.h29 typedef Win64EH::UnwindOpcodes OpType; typedef
31 OpType Operation;
36 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg) in MCWin64EHInstruction()
43 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg, unsigned Off) in MCWin64EHInstruction()
51 MCWin64EHInstruction(OpType Op, MCSymbol *L, bool Code) in MCWin64EHInstruction()
55 OpType getOperation() const { return Operation; } in getOperation()
DMCDwarf.h280 enum OpType { enum
298 OpType Operation;
307 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V) in MCCFIInstruction()
313 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2) in MCCFIInstruction()
408 OpType getOperation() const { return Operation; } in getOperation()
/freebsd-10-stable/contrib/llvm/utils/TableGen/
DAsmWriterInst.h28 enum OpType { enum
57 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType()
60 OpType op = isLiteralTextOperand)
67 OpType op = isMachineInstrOperand)
/freebsd-10-stable/sys/contrib/dev/acpica/components/dispatcher/
Ddswexec.c394 UINT32 OpType; in AcpiDsExecEndOp() local
404 OpType = WalkState->OpInfo->Type; in AcpiDsExecEndOp()
476 Status = AcpiGbl_OpTypeDispatch[OpType] (WalkState); in AcpiDsExecEndOp()
520 switch (OpType) in AcpiDsExecEndOp()
726 OpClass, OpType, Op->Common.AmlOpcode, Op)); in AcpiDsExecEndOp()
/freebsd-10-stable/sys/contrib/dev/acpica/components/parser/
Dpsopinfo.c204 UINT32 OpType) in AcpiPsGetArgumentCount() argument
207 if (OpType <= AML_TYPE_EXEC_6A_0T_1R) in AcpiPsGetArgumentCount()
209 return (AcpiGbl_ArgumentCount[OpType]); in AcpiPsGetArgumentCount()
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZInstrFormats.td32 // counterpart. OpKey uniquely identifies <INSN>, while OpType is
35 string OpType = "none";
124 let ColFields = ["OpType"];
599 let OpType = "mem";
611 let OpType = "mem";
715 let OpType = "reg";
724 let OpType = "reg";
732 let OpType = "reg";
852 let OpType = "mem";
863 let OpType = "mem";
[all …]
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DStackMaps.h104 typedef enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp } OpType; typedef
/freebsd-10-stable/sys/contrib/dev/acpica/include/
Dacdebug.h99 UINT32 OpType))
Dacparser.h180 UINT32 OpType);
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1357 PointerType *OpType = cast<PointerType>(Operand->getType()); in visitGetElementPtrInst() local
1358 unsigned OffsetBits = TD->getPointerTypeSizeInBits(OpType); in visitGetElementPtrInst()
1387 if (FindElementAtOffset(OpType, Offset.getSExtValue(), NewIndices)) { in visitGetElementPtrInst()
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1749 Type *OpType = Op->getType(); in handleBswap() local
1751 F.getParent(), Intrinsic::bswap, ArrayRef<Type*>(&OpType, 1)); in handleBswap()