Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
H A DGrAuditTrail.h108 struct OpInfo { struct in GrAuditTrail
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp336 handleMiddleInst(const MachineInstr &MI, LOHInfo &DefInfo, LOHInfo &OpInfo) handleMiddleInst() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DSIMCCodeEmitter.cpp216 getLitEncoding(const MCOperand &MO, const MCOperandInfo &OpInfo, const MCSubtargetInfo &STI) const getLitEncoding() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
H A DBitCodes.h183 void Add(const BitCodeAbbrevOp &OpInfo) { in Add() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h596 inline unsigned getOperandSize(const MCOperandInfo &OpInfo) { in getOperandSize() argument
/third_party/node/deps/v8/src/diagnostics/
H A Dunwinding-info-win64.cc107 unsigned char OpInfo : 4; member
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target.h193 struct OpInfo struct in nv50_ir::Target
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp482 const MCOperandInfo *OpInfo = MI.getDesc().OpInfo; in getAction() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitCodes.h291 void Add(const NaClBitCodeAbbrevOp &OpInfo) { OperandList.push_back(OpInfo); } in Add() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp65 struct OpInfo { struct
66 OpInfo(enum OperandTransfer TransferOperands) in OpInfo() function
68 OpInfo() : TransferOperands(OT_NA) {} in OpInfo() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInstrDesc.h199 const MCOperandInfo *OpInfo; // 'NumOperands' entries about operands member in llvm::MCInstrDesc
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h810 const MCOperandInfo &OpInfo = get(Opcode).OpInfo[OpNo]; getOpSize() local
[all...]
H A DSIFoldOperands.cpp435 const MCOperandInfo &OpInfo = InstDesc.OpInfo[OpNo]; in tryAddToFoldList() local
509 const MCOperandInfo *OpInfo = Desc.OpInfo; in tryToFoldACImm() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp547 OperandValueKind OpInfo = OK_AnyValue; in getOperandInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp731 const MCOperandInfo *OpInfo = ARMInsts[MI.getOpcode()].OpInfo; in AddThumb1SBit() local
747 const MCOperandInfo *OpInfo = ARMInsts[Opcode].OpInfo; in isVectorPredicable() local
825 const MCOperandInfo *OpInfo = ARMInsts[MI.getOpcode()].OpInfo; in AddThumbPredicate() local
889 const MCOperandInfo *OpInfo = ARMInsts[MI.getOpcode()].OpInfo; UpdateThumbVFPPredicate() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4261 AsmOperandInfo &OpInfo = ConstraintOperands.back(); in ParseConstraints() local
4095 LowerAsmOutputForConstraint( SDValue &Chain, SDValue &Flag, SDLoc DL, const AsmOperandInfo &OpInfo, SelectionDAG &DAG) const LowerAsmOutputForConstraint() argument
4352 AsmOperandInfo &OpInfo = ConstraintOperands[cIndex]; ParseConstraints() local
4400 AsmOperandInfo &OpInfo = ConstraintOperands[cIndex]; ParseConstraints() local
4540 ChooseConstraint(TargetLowering::AsmOperandInfo &OpInfo, const TargetLowering &TLI, SDValue Op, SelectionDAG *DAG) ChooseConstraint() argument
4597 ComputeConstraintToUse(AsmOperandInfo &OpInfo, SDValue Op, SelectionDAG *DAG) const ComputeConstraintToUse() argument
[all...]
H A DSelectionDAGBuilder.cpp7868 static void patchMatchingInput(const SDISelAsmOperandInfo &OpInfo, in patchMatchingInput() argument
7897 getAddressForMemoryInput(SDValue Chain, const SDLoc &Location, SDISelAsmOperandInfo &OpInfo, SelectionDAG &DAG) getAddressForMemoryInput() argument
7943 GetRegistersForValue(SelectionDAG &DAG, const SDLoc &DL, SDISelAsmOperandInfo &OpInfo, SDISelAsmOperandInfo &RefOpInfo) GetRegistersForValue() argument
8081 update(const TargetLowering::AsmOperandInfo &OpInfo) update() argument
8122 SDISelAsmOperandInfo &OpInfo = ConstraintOperands.back(); visitInlineAsm() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4509 TargetLowering::AsmOperandInfo &OpInfo = TargetConstraints[i]; in IsOperandAMemoryOperand() local
5156 TargetLowering::AsmOperandInfo &OpInfo = TargetConstraints[i]; in optimizeInlineAsmInst() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1829 const MCOperandInfo &OpInfo = MCID.OpInfo[NumOp - 1]; in needsExpandMemInst() local
2160 const MCOperandInfo &OpInfo = MCID.OpInfo[i]; in processInstruction() local
[all...]

Completed in 62 milliseconds