Searched defs:OpInfo (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DAsmWriterInst.cpp202 CGIOperandList::OperandInfo OpInfo = CGI.Operands[OpNo]; local
H A DInstrInfoEmitter.cpp296 emitRecord(const CodeGenInstruction &Inst, unsigned Num, Record *InstrInfo, std::map<std::vector<Record*>, unsigned> &EmittedLists, const OperandInfoMapTy &OpInfo, raw_ostream &OS) argument
H A DAsmMatcherEmitter.cpp1576 const CGIOperandList::OperandInfo &OpInfo = ResultInst->Operands[i]; local
1618 const CGIOperandList::OperandInfo *OpInfo = &ResultInst->Operands[i]; local
[all...]
H A DCodeGenDAGPatterns.cpp2393 const SDNodeInfo &OpInfo = CDP.getSDNodeInfo(N1->getOperator()); local
2426 const SDNodeInfo &OpInfo = CDP.getSDNodeInfo(N->getOperator()); local
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Bitcode/
H A DBitCodes.h180 void Add(const BitCodeAbbrevOp &OpInfo) { argument
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DAddrModeMatcher.cpp387 TargetLowering::AsmOperandInfo &OpInfo = TargetConstraints[i]; local
/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMCInstrDesc.h145 const MCOperandInfo *OpInfo; // 'NumOperands' entries about operands member in class:llvm::MCInstrDesc
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp1115 TargetLowering::AsmOperandInfo &OpInfo = TargetConstraints[i]; local
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGNode.h199 struct OpInfo { struct in namespace:JSC::DFG
200 explicit OpInfo(int32_t value) : m_value(static_cast<uintptr_t>(value)) { } function in struct:JSC::DFG::OpInfo
201 explicit OpInfo(uint32_t value) : m_value(static_cast<uintptr_t>(value)) { } function in struct:JSC::DFG::OpInfo
203 explicit OpInfo(size_t value) : m_value(static_cast<uintptr_t>(value)) { } function in struct:JSC::DFG::OpInfo
205 explicit OpInfo(void* value) : m_value(reinterpret_cast<uintptr_t>(value)) { } function in struct:JSC::DFG::OpInfo
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2894 AsmOperandInfo &OpInfo = ConstraintOperands.back(); local
2983 AsmOperandInfo& OpInfo = ConstraintOperands[cIndex]; local
3031 AsmOperandInfo& OpInfo = ConstraintOperands[cIndex]; local
3173 ChooseConstraint(TargetLowering::AsmOperandInfo &OpInfo, const TargetLowering &TLI, SDValue Op, SelectionDAG *DAG) argument
3224 ComputeConstraintToUse(AsmOperandInfo &OpInfo, SDValue Op, SelectionDAG *DAG) const argument
[all...]
H A DSelectionDAGBuilder.cpp5834 GetRegistersForValue(SelectionDAG &DAG, const TargetLowering &TLI, DebugLoc DL, SDISelAsmOperandInfo &OpInfo) argument
5952 SDISelAsmOperandInfo &OpInfo = ConstraintOperands.back(); local
6025 SDISelAsmOperandInfo &OpInfo = ConstraintOperands[i]; local
6110 SDISelAsmOperandInfo &OpInfo = ConstraintOperands[i]; local
6143 TargetLowering::AsmOperandInfo &OpInfo = TargetConstraints[i]; local
6172 SDISelAsmOperandInfo &OpInfo = ConstraintOperands[i]; local
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp636 const MCOperandInfo *OpInfo = ARMInsts[MI.getOpcode()].OpInfo; local
701 const MCOperandInfo *OpInfo = ARMInsts[MI.getOpcode()].OpInfo; local
738 const MCOperandInfo *OpInfo = ARMInsts[MI.getOpcode()].OpInfo; local
[all...]

Completed in 372 milliseconds