Home
last modified time | relevance | path

Searched defs:Op (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/external/llvm/lib/Target/X86/InstPrinter/
DX86IntelInstPrinter.cpp53 void X86IntelInstPrinter::printSSECC(const MCInst *MI, unsigned Op, in printSSECC()
77 void X86IntelInstPrinter::printAVXCC(const MCInst *MI, unsigned Op, in printAVXCC()
117 void X86IntelInstPrinter::printRoundingControl(const MCInst *MI, unsigned Op, in printRoundingControl()
132 const MCOperand &Op = MI->getOperand(OpNo); in printPCRelImm() local
153 const MCOperand &Op = MI->getOperand(OpNo); in printOperand() local
164 void X86IntelInstPrinter::printMemReference(const MCInst *MI, unsigned Op, in printMemReference()
216 void X86IntelInstPrinter::printSrcIdx(const MCInst *MI, unsigned Op, in printSrcIdx()
230 void X86IntelInstPrinter::printDstIdx(const MCInst *MI, unsigned Op, in printDstIdx()
238 void X86IntelInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset()
DX86ATTInstPrinter.cpp63 void X86ATTInstPrinter::printSSECC(const MCInst *MI, unsigned Op, in printSSECC()
87 void X86ATTInstPrinter::printAVXCC(const MCInst *MI, unsigned Op, in printAVXCC()
127 void X86ATTInstPrinter::printRoundingControl(const MCInst *MI, unsigned Op, in printRoundingControl()
143 const MCOperand &Op = MI->getOperand(OpNo); in printPCRelImm() local
164 const MCOperand &Op = MI->getOperand(OpNo); in printOperand() local
184 void X86ATTInstPrinter::printMemReference(const MCInst *MI, unsigned Op, in printMemReference()
230 void X86ATTInstPrinter::printSrcIdx(const MCInst *MI, unsigned Op, in printSrcIdx()
249 void X86ATTInstPrinter::printDstIdx(const MCInst *MI, unsigned Op, in printDstIdx()
260 void X86ATTInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h189 SDValue GetPromotedInteger(SDValue Op) { in GetPromotedInteger()
199 SDValue SExtPromotedInteger(SDValue Op) { in SExtPromotedInteger()
209 SDValue ZExtPromotedInteger(SDValue Op) { in ZExtPromotedInteger()
374 SDValue GetSoftenedFloat(SDValue Op) { in GetSoftenedFloat()
502 SDValue GetScalarizedVector(SDValue Op) { in GetScalarizedVector()
608 SDValue GetWidenedVector(SDValue Op) { in GetWidenedVector()
701 void GetSplitOp(SDValue Op, SDValue &Lo, SDValue &Hi) { in GetSplitOp()
730 void GetExpandedOp(SDValue Op, SDValue &Lo, SDValue &Hi) { in GetExpandedOp()
DLegalizeVectorOps.cpp177 SDValue VectorLegalizer::TranslateLegalizeResults(SDValue Op, SDValue Result) { in TranslateLegalizeResults()
184 SDValue VectorLegalizer::LegalizeOp(SDValue Op) { in LegalizeOp()
342 SDValue VectorLegalizer::Promote(SDValue Op) { in Promote()
378 SDValue VectorLegalizer::PromoteINT_TO_FP(SDValue Op) { in PromoteINT_TO_FP()
414 SDValue VectorLegalizer::PromoteFP_TO_INT(SDValue Op, bool isSigned) { in PromoteFP_TO_INT()
440 SDValue VectorLegalizer::ExpandLoad(SDValue Op) { in ExpandLoad()
585 SDValue VectorLegalizer::ExpandStore(SDValue Op) { in ExpandStore()
636 SDValue VectorLegalizer::Expand(SDValue Op) { in Expand()
663 SDValue VectorLegalizer::ExpandSELECT(SDValue Op) { in ExpandSELECT()
720 SDValue VectorLegalizer::ExpandSEXTINREG(SDValue Op) { in ExpandSEXTINREG()
[all …]
DLegalizeTypes.cpp474 SDValue Op = OrigOp; in AnalyzeNewNode() local
734 void DAGTypeLegalizer::SetPromotedInteger(SDValue Op, SDValue Result) { in SetPromotedInteger()
745 void DAGTypeLegalizer::SetSoftenedFloat(SDValue Op, SDValue Result) { in SetSoftenedFloat()
756 void DAGTypeLegalizer::SetScalarizedVector(SDValue Op, SDValue Result) { in SetScalarizedVector()
770 void DAGTypeLegalizer::GetExpandedInteger(SDValue Op, SDValue &Lo, in GetExpandedInteger()
780 void DAGTypeLegalizer::SetExpandedInteger(SDValue Op, SDValue Lo, in SetExpandedInteger()
797 void DAGTypeLegalizer::GetExpandedFloat(SDValue Op, SDValue &Lo, in GetExpandedFloat()
807 void DAGTypeLegalizer::SetExpandedFloat(SDValue Op, SDValue Lo, in SetExpandedFloat()
824 void DAGTypeLegalizer::GetSplitVector(SDValue Op, SDValue &Lo, in GetSplitVector()
834 void DAGTypeLegalizer::SetSplitVector(SDValue Op, SDValue Lo, in SetSplitVector()
[all …]
DLegalizeFloatTypes.cpp118 SDValue Op = DisintegrateMERGE_VALUES(N, ResNo); in SoftenFloatRes_MERGE_VALUES() local
152 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FABS() local
171 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FCEIL() local
225 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FCOS() local
250 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FEXP() local
262 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FEXP2() local
274 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FFLOOR() local
286 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FLOG() local
298 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FLOG2() local
310 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FLOG10() local
[all …]
DInstrEmitter.cpp91 SDValue Op(Node, ResNo); in EmitCopyFromReg() local
124 SDValue Op = User->getOperand(i); in EmitCopyFromReg() local
180 SDValue Op(Node, ResNo); in EmitCopyFromReg() local
268 SDValue Op(Node, i); in CreateVirtualRegisters() local
279 unsigned InstrEmitter::getVR(SDValue Op, in getVR()
308 SDValue Op, in AddRegisterOperand()
370 SDValue Op, in AddOperand()
569 SDValue Op(Node, 0); in EmitSubregNode() local
592 SDValue Op(Node, 0); in EmitCopyToRegClassNode() local
612 SDValue Op = Node->getOperand(i); in EmitRegSequence() local
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDILISelLowering.cpp278 const SDValue Op, in computeMaskedBitsForTargetNode()
317 AMDGPUTargetLowering::LowerSDIV(SDValue Op, SelectionDAG &DAG) const in LowerSDIV()
335 AMDGPUTargetLowering::LowerSREM(SDValue Op, SelectionDAG &DAG) const in LowerSREM()
354 AMDGPUTargetLowering::LowerBUILD_VECTOR( SDValue Op, SelectionDAG &DAG ) const in LowerBUILD_VECTOR()
420 AMDGPUTargetLowering::LowerSIGN_EXTEND_INREG(SDValue Op, SelectionDAG &DAG) const in LowerSIGN_EXTEND_INREG()
474 AMDGPUTargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) const in LowerBRCOND()
489 AMDGPUTargetLowering::LowerSDIV24(SDValue Op, SelectionDAG &DAG) const in LowerSDIV24()
570 AMDGPUTargetLowering::LowerSDIV32(SDValue Op, SelectionDAG &DAG) const in LowerSDIV32()
637 AMDGPUTargetLowering::LowerSDIV64(SDValue Op, SelectionDAG &DAG) const in LowerSDIV64()
643 AMDGPUTargetLowering::LowerSREM8(SDValue Op, SelectionDAG &DAG) const in LowerSREM8()
[all …]
DAMDGPUISelLowering.cpp79 SDValue AMDGPUTargetLowering::LowerOperation(SDValue Op, SelectionDAG &DAG) in LowerOperation()
101 SDValue AMDGPUTargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op, in LowerINTRINSIC_WO_CHAIN()
149 SDValue AMDGPUTargetLowering::LowerIntrinsicIABS(SDValue Op, in LowerIntrinsicIABS()
163 SDValue AMDGPUTargetLowering::LowerIntrinsicLRP(SDValue Op, in LowerIntrinsicLRP()
180 SDValue AMDGPUTargetLowering::LowerUDIVREM(SDValue Op, in LowerUDIVREM()
DR600ISelLowering.cpp245 SDValue R600TargetLowering::LowerOperation(SDValue Op, SelectionDAG &DAG) const in LowerOperation()
332 SDValue R600TargetLowering::LowerBR_CC(SDValue Op, SelectionDAG &DAG) const in LowerBR_CC()
374 SDValue R600TargetLowering::LowerROTL(SDValue Op, SelectionDAG &DAG) const in LowerROTL()
387 SDValue R600TargetLowering::LowerSELECT_CC(SDValue Op, SelectionDAG &DAG) const in LowerSELECT_CC()
499 SDValue R600TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const in LowerSETCC()
DSIISelLowering.cpp261 SDValue SITargetLowering::LowerOperation(SDValue Op, SelectionDAG &DAG) const in LowerOperation()
293 SDValue SITargetLowering::Loweri1ContextSwitch(SDValue Op, in Loweri1ContextSwitch()
308 SDValue SITargetLowering::LowerBR_CC(SDValue Op, SelectionDAG &DAG) const in LowerBR_CC()
332 SDValue SITargetLowering::LowerLOAD(SDValue Op, SelectionDAG &DAG) const in LowerLOAD()
374 SDValue SITargetLowering::LowerSELECT_CC(SDValue Op, SelectionDAG &DAG) const in LowerSELECT_CC()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILISelLowering.cpp278 const SDValue Op, in computeMaskedBitsForTargetNode()
317 AMDGPUTargetLowering::LowerSDIV(SDValue Op, SelectionDAG &DAG) const in LowerSDIV()
335 AMDGPUTargetLowering::LowerSREM(SDValue Op, SelectionDAG &DAG) const in LowerSREM()
354 AMDGPUTargetLowering::LowerBUILD_VECTOR( SDValue Op, SelectionDAG &DAG ) const in LowerBUILD_VECTOR()
420 AMDGPUTargetLowering::LowerSIGN_EXTEND_INREG(SDValue Op, SelectionDAG &DAG) const in LowerSIGN_EXTEND_INREG()
474 AMDGPUTargetLowering::LowerBRCOND(SDValue Op, SelectionDAG &DAG) const in LowerBRCOND()
489 AMDGPUTargetLowering::LowerSDIV24(SDValue Op, SelectionDAG &DAG) const in LowerSDIV24()
570 AMDGPUTargetLowering::LowerSDIV32(SDValue Op, SelectionDAG &DAG) const in LowerSDIV32()
637 AMDGPUTargetLowering::LowerSDIV64(SDValue Op, SelectionDAG &DAG) const in LowerSDIV64()
643 AMDGPUTargetLowering::LowerSREM8(SDValue Op, SelectionDAG &DAG) const in LowerSREM8()
[all …]
DR600ISelLowering.cpp245 SDValue R600TargetLowering::LowerOperation(SDValue Op, SelectionDAG &DAG) const in LowerOperation()
332 SDValue R600TargetLowering::LowerBR_CC(SDValue Op, SelectionDAG &DAG) const in LowerBR_CC()
374 SDValue R600TargetLowering::LowerROTL(SDValue Op, SelectionDAG &DAG) const in LowerROTL()
387 SDValue R600TargetLowering::LowerSELECT_CC(SDValue Op, SelectionDAG &DAG) const in LowerSELECT_CC()
499 SDValue R600TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const in LowerSETCC()
DAMDGPUISelLowering.cpp79 SDValue AMDGPUTargetLowering::LowerOperation(SDValue Op, SelectionDAG &DAG) in LowerOperation()
101 SDValue AMDGPUTargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op, in LowerINTRINSIC_WO_CHAIN()
149 SDValue AMDGPUTargetLowering::LowerIntrinsicIABS(SDValue Op, in LowerIntrinsicIABS()
163 SDValue AMDGPUTargetLowering::LowerIntrinsicLRP(SDValue Op, in LowerIntrinsicLRP()
180 SDValue AMDGPUTargetLowering::LowerUDIVREM(SDValue Op, in LowerUDIVREM()
DSIISelLowering.cpp261 SDValue SITargetLowering::LowerOperation(SDValue Op, SelectionDAG &DAG) const in LowerOperation()
293 SDValue SITargetLowering::Loweri1ContextSwitch(SDValue Op, in Loweri1ContextSwitch()
308 SDValue SITargetLowering::LowerBR_CC(SDValue Op, SelectionDAG &DAG) const in LowerBR_CC()
332 SDValue SITargetLowering::LowerLOAD(SDValue Op, SelectionDAG &DAG) const in LowerLOAD()
374 SDValue SITargetLowering::LowerSELECT_CC(SDValue Op, SelectionDAG &DAG) const in LowerSELECT_CC()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmInstrumentation.cpp79 MCParsedAsmOperand &Op, unsigned AccessSize, bool IsWrite, MCContext &Ctx, in InstrumentMemOperand()
137 MCParsedAsmOperand &Op = *Operands[Ix]; in InstrumentMOV() local
178 X86Operand &Op, unsigned AccessSize, bool IsWrite, MCContext &Ctx, in InstrumentMemOperandSmallImpl()
203 std::unique_ptr<X86Operand> Op( in InstrumentMemOperandSmallImpl() local
229 std::unique_ptr<X86Operand> Op( in InstrumentMemOperandSmallImpl() local
260 X86Operand &Op, unsigned AccessSize, bool IsWrite, MCContext &Ctx, in InstrumentMemOperandLargeImpl()
291 std::unique_ptr<X86Operand> Op( in InstrumentMemOperandLargeImpl() local
331 std::unique_ptr<X86Operand> Op( in EmitAdjustRSP() local
354 X86Operand &Op, unsigned AccessSize, bool IsWrite, MCContext &Ctx, in InstrumentMemOperandSmallImpl()
377 std::unique_ptr<X86Operand> Op( in InstrumentMemOperandSmallImpl() local
[all …]
/external/llvm/include/llvm/MC/
DMCInst.h112 MCOperand Op; in CreateReg() local
118 MCOperand Op; in CreateImm() local
124 MCOperand Op; in CreateFPImm() local
130 MCOperand Op; in CreateExpr() local
136 MCOperand Op; in CreateInst() local
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp521 SDValue AMDGPUTargetLowering::LowerOperation(SDValue Op, in LowerOperation()
672 SDValue Op, in LowerGlobalAddress()
742 SDValue AMDGPUTargetLowering::LowerCONCAT_VECTORS(SDValue Op, in LowerCONCAT_VECTORS()
754 SDValue AMDGPUTargetLowering::LowerEXTRACT_SUBVECTOR(SDValue Op, in LowerEXTRACT_SUBVECTOR()
766 SDValue AMDGPUTargetLowering::LowerFrameIndex(SDValue Op, in LowerFrameIndex()
781 SDValue AMDGPUTargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op, in LowerINTRINSIC_WO_CHAIN()
921 SDValue AMDGPUTargetLowering::LowerIntrinsicIABS(SDValue Op, in LowerIntrinsicIABS()
933 SDValue AMDGPUTargetLowering::LowerIntrinsicLRP(SDValue Op, in LowerIntrinsicLRP()
1003 SDValue AMDGPUTargetLowering::SplitVectorLoad(const SDValue &Op, in SplitVectorLoad()
1039 SDValue AMDGPUTargetLowering::MergeVectorStore(const SDValue &Op, in MergeVectorStore()
[all …]
DSIInsertWaits.cpp139 MachineOperand &Op = MI.getOperand(0); in getHwCounts() local
158 bool SIInsertWaits::isOpRelevant(MachineOperand &Op) { in isOpRelevant()
187 RegInterval SIInsertWaits::getRegInterval(MachineOperand &Op) { in getRegInterval()
226 MachineOperand &Op = MI.getOperand(i); in pushInstruction() local
327 MachineOperand &Op = MI.getOperand(i); in handleOperands() local
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp85 void BitstreamCursor::readAbbreviatedLiteral(const BitCodeAbbrevOp &Op, in readAbbreviatedLiteral()
92 void BitstreamCursor::readAbbreviatedField(const BitCodeAbbrevOp &Op, in readAbbreviatedField()
113 void BitstreamCursor::skipAbbreviatedField(const BitCodeAbbrevOp &Op) { in skipAbbreviatedField()
150 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in skipRecord() local
217 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in readRecord() local
/external/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.cpp59 const Value *Op = *I; in CanAlterRefCount() local
91 const Value *Op = *OI; in CanUse() local
99 const Value *Op = GetUnderlyingObjCPtr(SI->getPointerOperand()); in CanUse() local
108 const Value *Op = *OI; in CanUse() local
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp291 auto Op = make_unique<SparcOperand>(k_Token); in CreateToken() local
301 auto Op = make_unique<SparcOperand>(k_Register); in CreateReg() local
311 auto Op = make_unique<SparcOperand>(k_Immediate); in CreateImm() local
318 static bool MorphToDoubleReg(SparcOperand &Op) { in MorphToDoubleReg()
329 static bool MorphToQuadReg(SparcOperand &Op) { in MorphToQuadReg()
353 MorphToMEMrr(unsigned Base, std::unique_ptr<SparcOperand> Op) { in MorphToMEMrr()
364 auto Op = make_unique<SparcOperand>(k_MemoryImm); in CreateMEMri() local
374 MorphToMEMri(unsigned Base, std::unique_ptr<SparcOperand> Op) { in MorphToMEMri()
631 std::unique_ptr<SparcOperand> Op; in parseOperand() local
644 SparcAsmParser::parseSparcAsmOperand(std::unique_ptr<SparcOperand> &Op, in parseSparcAsmOperand()
[all …]
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp356 SDValue MipsSETargetLowering::LowerOperation(SDValue Op, in LowerOperation()
1194 SDValue MipsSETargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { in lowerLOAD()
1226 SDValue MipsSETargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE()
1256 SDValue MipsSETargetLowering::lowerMulDiv(SDValue Op, unsigned NewOpc, in lowerMulDiv()
1289 static SDValue extractLOHI(SDValue Op, SDLoc DL, SelectionDAG &DAG) { in extractLOHI()
1307 static SDValue lowerDSPIntr(SDValue Op, SelectionDAG &DAG, unsigned Opc) { in lowerDSPIntr()
1356 static SDValue lowerMSACopyIntr(SDValue Op, SelectionDAG &DAG, unsigned Opc) { in lowerMSACopyIntr()
1369 static SDValue lowerMSASplatZExt(SDValue Op, unsigned OpNr, SelectionDAG &DAG) { in lowerMSASplatZExt()
1398 static SDValue lowerMSASplatImm(SDValue Op, unsigned ImmOp, SelectionDAG &DAG) { in lowerMSASplatImm()
1438 static SDValue lowerMSABinaryBitImmIntr(SDValue Op, SelectionDAG &DAG, in lowerMSABinaryBitImmIntr()
[all …]
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp206 LowerOperation(SDValue Op, SelectionDAG &DAG) const { in LowerOperation()
286 LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const in LowerGlobalAddress()
317 LowerBlockAddress(SDValue Op, SelectionDAG &DAG) const in LowerBlockAddress()
328 LowerConstantPool(SDValue Op, SelectionDAG &DAG) const in LowerConstantPool()
350 LowerBR_JT(SDValue Op, SelectionDAG &DAG) const in LowerBR_JT()
423 LowerLOAD(SDValue Op, SelectionDAG &DAG) const { in LowerLOAD()
502 LowerSTORE(SDValue Op, SelectionDAG &DAG) const in LowerSTORE()
561 LowerSMUL_LOHI(SDValue Op, SelectionDAG &DAG) const in LowerSMUL_LOHI()
578 LowerUMUL_LOHI(SDValue Op, SelectionDAG &DAG) const in LowerUMUL_LOHI()
600 isADDADDMUL(SDValue Op, SDValue &Mul0, SDValue &Mul1, SDValue &Addend0, in isADDADDMUL()
[all …]
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1712 (const SDValue Op, in computeKnownBitsForTargetNode()
1759 SDValue SparcTargetLowering::withTargetFlags(SDValue Op, unsigned TF, in withTargetFlags()
1788 SDValue SparcTargetLowering::makeHiLoPair(SDValue Op, in makeHiLoPair()
1800 SDValue SparcTargetLowering::makeAddress(SDValue Op, SelectionDAG &DAG) const { in makeAddress()
1848 SDValue SparcTargetLowering::LowerGlobalAddress(SDValue Op, in LowerGlobalAddress()
1853 SDValue SparcTargetLowering::LowerConstantPool(SDValue Op, in LowerConstantPool()
1858 SDValue SparcTargetLowering::LowerBlockAddress(SDValue Op, in LowerBlockAddress()
1863 SDValue SparcTargetLowering::LowerGlobalTLSAddress(SDValue Op, in LowerGlobalTLSAddress()
1999 SparcTargetLowering::LowerF128Op(SDValue Op, SelectionDAG &DAG, in LowerF128Op()
2153 LowerF128_FPEXTEND(SDValue Op, SelectionDAG &DAG, in LowerF128_FPEXTEND()
[all …]

12345678910>>...12