Searched refs:OpType (Results 1 – 11 of 11) sorted by relevance
| /freebsd-10-stable/contrib/llvm/include/llvm/MC/ |
| D | MCWin64EH.h | 29 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()
|
| D | MCDwarf.h | 280 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/ |
| D | AsmWriterInst.h | 28 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/ |
| D | dswexec.c | 394 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/ |
| D | psopinfo.c | 204 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/ |
| D | SystemZInstrFormats.td | 32 // 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/ |
| D | StackMaps.h | 104 typedef enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp } OpType; typedef
|
| /freebsd-10-stable/sys/contrib/dev/acpica/include/ |
| D | acdebug.h | 99 UINT32 OpType))
|
| D | acparser.h | 180 UINT32 OpType);
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/ |
| D | InstructionCombining.cpp | 1357 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/ |
| D | MemorySanitizer.cpp | 1749 Type *OpType = Op->getType(); in handleBswap() local 1751 F.getParent(), Intrinsic::bswap, ArrayRef<Type*>(&OpType, 1)); in handleBswap()
|