Home
last modified time | relevance | path

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

12345678910>>...13

/external/llvm/lib/Target/X86/InstPrinter/
DX86ATTInstPrinter.cpp72 void X86ATTInstPrinter::printSSEAVXCC(const MCInst *MI, unsigned Op, in printSSEAVXCC()
112 void X86ATTInstPrinter::printXOPCC(const MCInst *MI, unsigned Op, in printXOPCC()
128 void X86ATTInstPrinter::printRoundingControl(const MCInst *MI, unsigned Op, in printRoundingControl()
144 const MCOperand &Op = MI->getOperand(OpNo); in printPCRelImm() local
164 const MCOperand &Op = MI->getOperand(OpNo); in printOperand() local
185 void X86ATTInstPrinter::printMemReference(const MCInst *MI, unsigned Op, in printMemReference()
229 void X86ATTInstPrinter::printSrcIdx(const MCInst *MI, unsigned Op, in printSrcIdx()
248 void X86ATTInstPrinter::printDstIdx(const MCInst *MI, unsigned Op, in printDstIdx()
259 void X86ATTInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset()
282 void X86ATTInstPrinter::printU8Imm(const MCInst *MI, unsigned Op, in printU8Imm()
DX86IntelInstPrinter.cpp54 void X86IntelInstPrinter::printSSEAVXCC(const MCInst *MI, unsigned Op, in printSSEAVXCC()
94 void X86IntelInstPrinter::printXOPCC(const MCInst *MI, unsigned Op, in printXOPCC()
110 void X86IntelInstPrinter::printRoundingControl(const MCInst *MI, unsigned Op, in printRoundingControl()
125 const MCOperand &Op = MI->getOperand(OpNo); in printPCRelImm() local
146 const MCOperand &Op = MI->getOperand(OpNo); in printOperand() local
157 void X86IntelInstPrinter::printMemReference(const MCInst *MI, unsigned Op, in printMemReference()
209 void X86IntelInstPrinter::printSrcIdx(const MCInst *MI, unsigned Op, in printSrcIdx()
223 void X86IntelInstPrinter::printDstIdx(const MCInst *MI, unsigned Op, in printDstIdx()
231 void X86IntelInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset()
254 void X86IntelInstPrinter::printU8Imm(const MCInst *MI, unsigned Op, in printU8Imm()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h194 SDValue GetPromotedInteger(SDValue Op) { in GetPromotedInteger()
204 SDValue SExtPromotedInteger(SDValue Op) { in SExtPromotedInteger()
214 SDValue ZExtPromotedInteger(SDValue Op) { in ZExtPromotedInteger()
382 SDValue GetSoftenedFloat(SDValue Op) { in GetSoftenedFloat()
512 SDValue GetPromotedFloat(SDValue Op) { in GetPromotedFloat()
552 SDValue GetScalarizedVector(SDValue Op) { in GetScalarizedVector()
660 SDValue GetWidenedVector(SDValue Op) { in GetWidenedVector()
755 void GetSplitOp(SDValue Op, SDValue &Lo, SDValue &Hi) { in GetSplitOp()
784 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()
366 SDValue VectorLegalizer::Promote(SDValue Op) { in Promote()
415 SDValue VectorLegalizer::PromoteINT_TO_FP(SDValue Op) { in PromoteINT_TO_FP()
451 SDValue VectorLegalizer::PromoteFP_TO_INT(SDValue Op, bool isSigned) { in PromoteFP_TO_INT()
477 SDValue VectorLegalizer::ExpandLoad(SDValue Op) { in ExpandLoad()
624 SDValue VectorLegalizer::ExpandStore(SDValue Op) { in ExpandStore()
676 SDValue VectorLegalizer::Expand(SDValue Op) { in Expand()
703 SDValue VectorLegalizer::ExpandSELECT(SDValue Op) { in ExpandSELECT()
760 SDValue VectorLegalizer::ExpandSEXTINREG(SDValue Op) { in ExpandSEXTINREG()
[all …]
DLegalizeTypes.cpp482 SDValue Op = OrigOp; in AnalyzeNewNode() local
742 void DAGTypeLegalizer::SetPromotedInteger(SDValue Op, SDValue Result) { in SetPromotedInteger()
753 void DAGTypeLegalizer::SetSoftenedFloat(SDValue Op, SDValue Result) { in SetSoftenedFloat()
764 void DAGTypeLegalizer::SetPromotedFloat(SDValue Op, SDValue Result) { in SetPromotedFloat()
775 void DAGTypeLegalizer::SetScalarizedVector(SDValue Op, SDValue Result) { in SetScalarizedVector()
789 void DAGTypeLegalizer::GetExpandedInteger(SDValue Op, SDValue &Lo, in GetExpandedInteger()
799 void DAGTypeLegalizer::SetExpandedInteger(SDValue Op, SDValue Lo, in SetExpandedInteger()
816 void DAGTypeLegalizer::GetExpandedFloat(SDValue Op, SDValue &Lo, in GetExpandedFloat()
826 void DAGTypeLegalizer::SetExpandedFloat(SDValue Op, SDValue Lo, in SetExpandedFloat()
843 void DAGTypeLegalizer::GetSplitVector(SDValue Op, SDValue &Lo, in GetSplitVector()
[all …]
DLegalizeFloatTypes.cpp120 SDValue Op = DisintegrateMERGE_VALUES(N, ResNo); in SoftenFloatRes_MERGE_VALUES() local
154 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FABS() local
199 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FCEIL() local
253 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FCOS() local
278 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FEXP() local
290 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FEXP2() local
302 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FFLOOR() local
314 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FLOG() local
326 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FLOG2() local
338 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
271 SDValue Op(Node, i); in CreateVirtualRegisters() local
283 unsigned InstrEmitter::getVR(SDValue Op, in getVR()
312 SDValue Op, in AddRegisterOperand()
374 SDValue Op, in AddOperand()
573 SDValue Op(Node, 0); in EmitSubregNode() local
596 SDValue Op(Node, 0); in EmitCopyToRegClassNode() local
616 SDValue Op = Node->getOperand(i); in EmitRegSequence() local
[all …]
/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.cpp244 void EmitLEA(X86Operand &Op, MVT::SimpleValueType VT, unsigned Reg, in EmitLEA()
289 X86Operand &Op, unsigned AccessSize, bool IsWrite, in InstrumentMemOperand()
320 std::unique_ptr<X86Operand> Op(X86Operand::CreateMem( in InstrumentMOVSBase() local
329 std::unique_ptr<X86Operand> Op(X86Operand::CreateMem( in InstrumentMOVSBase() local
339 std::unique_ptr<X86Operand> Op(X86Operand::CreateMem( in InstrumentMOVSBase() local
347 std::unique_ptr<X86Operand> Op(X86Operand::CreateMem( in InstrumentMOVSBase() local
425 MCParsedAsmOperand &Op = *Operands[Ix]; in InstrumentMOV() local
440 void X86AddressSanitizer::ComputeMemOperandAddress(X86Operand &Op, in ComputeMemOperandAddress()
475 X86AddressSanitizer::AddDisplacement(X86Operand &Op, int64_t Displacement, in AddDisplacement()
625 X86Operand &Op, unsigned AccessSize, bool IsWrite, in InstrumentMemOperandSmall()
[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/tools/llvm-cov/
DCoverageFilters.h63 StatisticThresholdFilter(Operation Op, T Threshold) in StatisticThresholdFilter()
84 RegionCoverageFilter(Operation Op, double Threshold) in RegionCoverageFilter()
95 LineCoverageFilter(Operation Op, double Threshold) in LineCoverageFilter()
/external/llvm/lib/Target/R600/
DAMDGPUISelLowering.cpp596 SDValue AMDGPUTargetLowering::LowerOperation(SDValue Op, in LowerOperation()
761 SDValue Op, in LowerGlobalAddress()
839 SDValue AMDGPUTargetLowering::LowerCONCAT_VECTORS(SDValue Op, in LowerCONCAT_VECTORS()
851 SDValue AMDGPUTargetLowering::LowerEXTRACT_SUBVECTOR(SDValue Op, in LowerEXTRACT_SUBVECTOR()
863 SDValue AMDGPUTargetLowering::LowerFrameIndex(SDValue Op, in LowerFrameIndex()
877 SDValue AMDGPUTargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op, in LowerINTRINSIC_WO_CHAIN()
1041 SDValue AMDGPUTargetLowering::LowerIntrinsicIABS(SDValue Op, in LowerIntrinsicIABS()
1053 SDValue AMDGPUTargetLowering::LowerIntrinsicLRP(SDValue Op, in LowerIntrinsicLRP()
1186 SDValue AMDGPUTargetLowering::ScalarizeVectorLoad(const SDValue Op, in ScalarizeVectorLoad()
1226 SDValue AMDGPUTargetLowering::SplitVectorLoad(const SDValue Op, in SplitVectorLoad()
[all …]
DSIInsertWaits.cpp156 MachineOperand &Op = MI.getOperand(0); in getHwCounts() local
175 bool SIInsertWaits::isOpRelevant(MachineOperand &Op) { in isOpRelevant()
227 RegInterval SIInsertWaits::getRegInterval(MachineOperand &Op) { in getRegInterval()
294 MachineOperand &Op = I->getOperand(i); in pushInstruction() local
397 MachineOperand &Op = MI.getOperand(i); in handleOperands() local
432 const MachineOperand &Op = I->getOperand(i); in handleSendMsg() 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()
628 std::unique_ptr<SparcOperand> Op; in parseOperand() local
641 SparcAsmParser::parseSparcAsmOperand(std::unique_ptr<SparcOperand> &Op, in parseSparcAsmOperand()
[all …]
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp54 const BitCodeAbbrevOp &Op) { in readAbbreviatedField()
73 const BitCodeAbbrevOp &Op) { in skipAbbreviatedField()
110 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in skipRecord() local
181 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in readRecord() local
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp360 SDValue MipsSETargetLowering::LowerOperation(SDValue Op, in LowerOperation()
1197 SDValue MipsSETargetLowering::lowerLOAD(SDValue Op, SelectionDAG &DAG) const { in lowerLOAD()
1229 SDValue MipsSETargetLowering::lowerSTORE(SDValue Op, SelectionDAG &DAG) const { in lowerSTORE()
1259 SDValue MipsSETargetLowering::lowerMulDiv(SDValue Op, unsigned NewOpc, in lowerMulDiv()
1292 static SDValue extractLOHI(SDValue Op, SDLoc DL, SelectionDAG &DAG) { in extractLOHI()
1310 static SDValue lowerDSPIntr(SDValue Op, SelectionDAG &DAG, unsigned Opc) { in lowerDSPIntr()
1359 static SDValue lowerMSACopyIntr(SDValue Op, SelectionDAG &DAG, unsigned Opc) { in lowerMSACopyIntr()
1372 static SDValue lowerMSASplatZExt(SDValue Op, unsigned OpNr, SelectionDAG &DAG) { in lowerMSASplatZExt()
1401 static SDValue lowerMSASplatImm(SDValue Op, unsigned ImmOp, SelectionDAG &DAG) { in lowerMSASplatImm()
1441 static SDValue lowerMSABinaryBitImmIntr(SDValue Op, SelectionDAG &DAG, in lowerMSABinaryBitImmIntr()
[all …]
/external/llvm/lib/Transforms/ObjCARC/
DDependencyAnalysis.cpp59 const Value *Op = *I; in CanAlterRefCount() local
106 const Value *Op = *OI; in CanUse() local
115 const Value *Op = GetUnderlyingObjCPtr(SI->getPointerOperand(), DL); in CanUse() local
125 const Value *Op = *OI; in CanUse() local
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp208 LowerOperation(SDValue Op, SelectionDAG &DAG) const { in LowerOperation()
288 LowerGlobalAddress(SDValue Op, SelectionDAG &DAG) const in LowerGlobalAddress()
320 LowerBlockAddress(SDValue Op, SelectionDAG &DAG) const in LowerBlockAddress()
331 LowerConstantPool(SDValue Op, SelectionDAG &DAG) const in LowerConstantPool()
353 LowerBR_JT(SDValue Op, SelectionDAG &DAG) const in LowerBR_JT()
426 LowerLOAD(SDValue Op, SelectionDAG &DAG) const { in LowerLOAD()
508 LowerSTORE(SDValue Op, SelectionDAG &DAG) const in LowerSTORE()
569 LowerSMUL_LOHI(SDValue Op, SelectionDAG &DAG) const in LowerSMUL_LOHI()
586 LowerUMUL_LOHI(SDValue Op, SelectionDAG &DAG) const in LowerUMUL_LOHI()
608 isADDADDMUL(SDValue Op, SDValue &Mul0, SDValue &Mul1, SDValue &Addend0, in isADDADDMUL()
[all …]
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1715 (const SDValue Op, in computeKnownBitsForTargetNode()
1762 SDValue SparcTargetLowering::withTargetFlags(SDValue Op, unsigned TF, in withTargetFlags()
1791 SDValue SparcTargetLowering::makeHiLoPair(SDValue Op, in makeHiLoPair()
1803 SDValue SparcTargetLowering::makeAddress(SDValue Op, SelectionDAG &DAG) const { in makeAddress()
1851 SDValue SparcTargetLowering::LowerGlobalAddress(SDValue Op, in LowerGlobalAddress()
1856 SDValue SparcTargetLowering::LowerConstantPool(SDValue Op, in LowerConstantPool()
1861 SDValue SparcTargetLowering::LowerBlockAddress(SDValue Op, in LowerBlockAddress()
1866 SDValue SparcTargetLowering::LowerGlobalTLSAddress(SDValue Op, in LowerGlobalTLSAddress()
2002 SparcTargetLowering::LowerF128Op(SDValue Op, SelectionDAG &DAG, in LowerF128Op()
2156 LowerF128_FPEXTEND(SDValue Op, SelectionDAG &DAG, in LowerF128_FPEXTEND()
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp301 HexagonTargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op, SelectionDAG &DAG) in LowerINTRINSIC_WO_CHAIN()
666 bool HexagonTargetLowering::getPostIndexedAddressParts(SDNode *N, SDNode *Op, in getPostIndexedAddressParts()
701 SDValue HexagonTargetLowering::LowerINLINEASM(SDValue Op, in LowerINLINEASM()
757 LowerBR_JT(SDValue Op, SelectionDAG &DAG) const in LowerBR_JT()
794 HexagonTargetLowering::LowerDYNAMIC_STACKALLOC(SDValue Op, in LowerDYNAMIC_STACKALLOC()
948 HexagonTargetLowering::LowerVASTART(SDValue Op, SelectionDAG &DAG) const { in LowerVASTART()
982 SDValue HexagonTargetLowering::LowerCTPOP(SDValue Op, SelectionDAG &DAG) const { in LowerCTPOP()
993 SDValue HexagonTargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { in LowerSETCC()
1042 SDValue HexagonTargetLowering::LowerVSELECT(SDValue Op, SelectionDAG &DAG) in LowerVSELECT()
1061 SDValue HexagonTargetLowering::LowerLOAD(SDValue Op, SelectionDAG &DAG) const { in LowerLOAD()
[all …]
DHexagonExpandCondsets.cpp267 for (auto &Op : MI->operands()) { in makeDefined() local
299 for (auto &Op : MI->operands()) { in makeUndead() local
327 for (auto &Op : MI->operands()) { in shrinkToUses() local
356 for (auto &Op : MI->operands()) { in updateKillFlags() local
427 for (auto &Op : MI->operands()) in addInstrToLiveness() local
504 for (auto &Op : MI->operands()) { in addInstrToLiveness() local
543 for (auto &Op : MI->operands()) { in removeInstrFromLiveness() local
621 for (auto &Op : MI->operands()) { in removeInstrFromLiveness() local
748 for (auto &Op : MI->operands()) { in isPredicable() local
785 for (auto &Op : MI->operands()) { in getReachingDefForPred() local
[all …]
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp187 SDValue MSP430TargetLowering::LowerOperation(SDValue Op, in LowerOperation()
742 SDValue MSP430TargetLowering::LowerShifts(SDValue Op, in LowerShifts()
785 SDValue MSP430TargetLowering::LowerGlobalAddress(SDValue Op, in LowerGlobalAddress()
797 SDValue MSP430TargetLowering::LowerExternalSymbol(SDValue Op, in LowerExternalSymbol()
806 SDValue MSP430TargetLowering::LowerBlockAddress(SDValue Op, in LowerBlockAddress()
898 SDValue MSP430TargetLowering::LowerBR_CC(SDValue Op, SelectionDAG &DAG) const { in LowerBR_CC()
913 SDValue MSP430TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const { in LowerSETCC()
989 SDValue MSP430TargetLowering::LowerSELECT_CC(SDValue Op, in LowerSELECT_CC()
1007 SDValue MSP430TargetLowering::LowerSIGN_EXTEND(SDValue Op, in LowerSIGN_EXTEND()
1037 SDValue MSP430TargetLowering::LowerRETURNADDR(SDValue Op, in LowerRETURNADDR()
[all …]

12345678910>>...13