Searched refs:OpType (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/MC/
H A DMCWin64EH.h29 typedef Win64EH::UnwindOpcodes OpType; typedef in class:llvm::MCWin64EHInstruction
31 OpType Operation;
36 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg)
43 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg, unsigned Off)
51 MCWin64EHInstruction(OpType Op, MCSymbol *L, bool Code)
55 OpType getOperation() const { return Operation; }
H A DMCDwarf.h280 enum OpType { enum in class:llvm::MCCFIInstruction
298 OpType Operation;
307 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
313 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
408 OpType getOperation() const { return Operation; }
/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DAsmWriterInst.h28 enum OpType { enum in struct:llvm::AsmWriterOperand
57 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {}
60 OpType op = isLiteralTextOperand)
67 OpType op = isMachineInstrOperand)
/freebsd-10.2-release/sys/contrib/dev/acpica/components/parser/
H A Dpsopinfo.c194 * PARAMETERS: OpType - Type associated with the AML opcode
204 UINT32 OpType)
207 if (OpType <= AML_TYPE_EXEC_6A_0T_1R)
209 return (AcpiGbl_ArgumentCount[OpType]);
203 AcpiPsGetArgumentCount( UINT32 OpType) argument
/freebsd-10.2-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswexec.c391 UINT32 OpType; local
401 OpType = WalkState->OpInfo->Type;
470 Status = AcpiGbl_OpTypeDispatch[OpType] (WalkState);
514 switch (OpType)
718 OpClass, OpType, Op->Common.AmlOpcode, Op));
/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DStackMaps.h104 typedef enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp } OpType; typedef in class:llvm::StackMaps
/freebsd-10.2-release/sys/contrib/dev/acpica/include/
H A Dacdebug.h103 UINT32 OpType);
H A Dacparser.h175 UINT32 OpType);
/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1357 PointerType *OpType = cast<PointerType>(Operand->getType()); local
1358 unsigned OffsetBits = TD->getPointerTypeSizeInBits(OpType);
1387 if (FindElementAtOffset(OpType, Offset.getSExtValue(), NewIndices)) {
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1749 Type *OpType = Op->getType(); local
1751 F.getParent(), Intrinsic::bswap, ArrayRef<Type*>(&OpType, 1));

Completed in 185 milliseconds