Home
last modified time | relevance | path

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

12345678910>>...23

/external/llvm/lib/Target/X86/InstPrinter/
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()
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
195 void X86ATTInstPrinter::printMemReference(const MCInst *MI, unsigned Op, in printMemReference()
239 void X86ATTInstPrinter::printSrcIdx(const MCInst *MI, unsigned Op, in printSrcIdx()
258 void X86ATTInstPrinter::printDstIdx(const MCInst *MI, unsigned Op, in printDstIdx()
269 void X86ATTInstPrinter::printMemOffset(const MCInst *MI, unsigned Op, in printMemOffset()
292 void X86ATTInstPrinter::printU8Imm(const MCInst *MI, unsigned Op, in printU8Imm()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h187 SDValue GetPromotedInteger(SDValue Op) { in GetPromotedInteger()
197 SDValue SExtPromotedInteger(SDValue Op) { in SExtPromotedInteger()
207 SDValue ZExtPromotedInteger(SDValue Op) { in ZExtPromotedInteger()
373 SDValue GetSoftenedFloat(SDValue Op) { in GetSoftenedFloat()
500 SDValue GetScalarizedVector(SDValue Op) { in GetScalarizedVector()
595 SDValue GetWidenedVector(SDValue Op) { in GetWidenedVector()
684 void GetSplitOp(SDValue Op, SDValue &Lo, SDValue &Hi) { in GetSplitOp()
717 void GetExpandedOp(SDValue Op, SDValue &Lo, SDValue &Hi) { in GetExpandedOp()
DLegalizeVectorOps.cpp104 SDValue VectorLegalizer::TranslateLegalizeResults(SDValue Op, SDValue Result) { in TranslateLegalizeResults()
111 SDValue VectorLegalizer::LegalizeOp(SDValue Op) { in LegalizeOp()
242 SDValue VectorLegalizer::PromoteVectorOp(SDValue Op) { in PromoteVectorOp()
265 SDValue VectorLegalizer::ExpandVSELECT(SDValue Op) { in ExpandVSELECT()
299 SDValue VectorLegalizer::ExpandUINT_TO_FLOAT(SDValue Op) { in ExpandUINT_TO_FLOAT()
339 SDValue VectorLegalizer::ExpandFNEG(SDValue Op) { in ExpandFNEG()
348 SDValue VectorLegalizer::UnrollVSETCC(SDValue Op) { in UnrollVSETCC()
DLegalizeTypes.cpp476 SDValue Op = OrigOp; in AnalyzeNewNode() local
732 void DAGTypeLegalizer::SetPromotedInteger(SDValue Op, SDValue Result) { in SetPromotedInteger()
743 void DAGTypeLegalizer::SetSoftenedFloat(SDValue Op, SDValue Result) { in SetSoftenedFloat()
754 void DAGTypeLegalizer::SetScalarizedVector(SDValue Op, SDValue Result) { in SetScalarizedVector()
764 void DAGTypeLegalizer::GetExpandedInteger(SDValue Op, SDValue &Lo, in GetExpandedInteger()
774 void DAGTypeLegalizer::SetExpandedInteger(SDValue Op, SDValue Lo, in SetExpandedInteger()
791 void DAGTypeLegalizer::GetExpandedFloat(SDValue Op, SDValue &Lo, in GetExpandedFloat()
801 void DAGTypeLegalizer::SetExpandedFloat(SDValue Op, SDValue Lo, in SetExpandedFloat()
818 void DAGTypeLegalizer::GetSplitVector(SDValue Op, SDValue &Lo, in GetSplitVector()
828 void DAGTypeLegalizer::SetSplitVector(SDValue Op, SDValue Lo, in SetSplitVector()
[all …]
DLegalizeFloatTypes.cpp113 SDValue Op = DisintegrateMERGE_VALUES(N, ResNo); in SoftenFloatRes_MERGE_VALUES() local
147 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FABS() local
165 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FCEIL() local
218 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FCOS() local
241 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FEXP() local
252 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FEXP2() local
263 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FFLOOR() local
274 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FLOG() local
285 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FLOG2() local
296 SDValue Op = GetSoftenedFloat(N->getOperand(0)); in SoftenFloatRes_FLOG10() local
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h208 SDValue GetPromotedInteger(SDValue Op) { in GetPromotedInteger()
217 SDValue SExtPromotedInteger(SDValue Op) { in SExtPromotedInteger()
226 SDValue ZExtPromotedInteger(SDValue Op) { in ZExtPromotedInteger()
401 SDValue GetSoftenedFloat(SDValue Op) { in GetSoftenedFloat()
547 SDValue GetPromotedFloat(SDValue Op) { in GetPromotedFloat()
587 SDValue GetScalarizedVector(SDValue Op) { in GetScalarizedVector()
697 SDValue GetWidenedVector(SDValue Op) { in GetWidenedVector()
797 void GetSplitOp(SDValue Op, SDValue &Lo, SDValue &Hi) { in GetSplitOp()
826 void GetExpandedOp(SDValue Op, SDValue &Lo, SDValue &Hi) { in GetExpandedOp()
DLegalizeVectorOps.cpp179 SDValue VectorLegalizer::TranslateLegalizeResults(SDValue Op, SDValue Result) { in TranslateLegalizeResults()
186 SDValue VectorLegalizer::LegalizeOp(SDValue Op) { in LegalizeOp()
196 for (const SDValue &Op : Node->op_values()) in LegalizeOp() local
383 SDValue VectorLegalizer::Promote(SDValue Op) { in Promote()
432 SDValue VectorLegalizer::PromoteINT_TO_FP(SDValue Op) { in PromoteINT_TO_FP()
468 SDValue VectorLegalizer::PromoteFP_TO_INT(SDValue Op, bool isSigned) { in PromoteFP_TO_INT()
494 SDValue VectorLegalizer::ExpandLoad(SDValue Op) { in ExpandLoad()
638 SDValue VectorLegalizer::ExpandStore(SDValue Op) { in ExpandStore()
677 SDValue VectorLegalizer::Expand(SDValue Op) { in Expand()
709 SDValue VectorLegalizer::ExpandSELECT(SDValue Op) { in ExpandSELECT()
[all …]
DLegalizeTypes.cpp491 SDValue Op = OrigOp; in AnalyzeNewNode() local
750 void DAGTypeLegalizer::SetPromotedInteger(SDValue Op, SDValue Result) { in SetPromotedInteger()
761 void DAGTypeLegalizer::SetSoftenedFloat(SDValue Op, SDValue Result) { in SetSoftenedFloat()
782 void DAGTypeLegalizer::SetPromotedFloat(SDValue Op, SDValue Result) { in SetPromotedFloat()
793 void DAGTypeLegalizer::SetScalarizedVector(SDValue Op, SDValue Result) { in SetScalarizedVector()
807 void DAGTypeLegalizer::GetExpandedInteger(SDValue Op, SDValue &Lo, in GetExpandedInteger()
817 void DAGTypeLegalizer::SetExpandedInteger(SDValue Op, SDValue Lo, in SetExpandedInteger()
834 void DAGTypeLegalizer::GetExpandedFloat(SDValue Op, SDValue &Lo, in GetExpandedFloat()
844 void DAGTypeLegalizer::SetExpandedFloat(SDValue Op, SDValue Lo, in SetExpandedFloat()
861 void DAGTypeLegalizer::GetSplitVector(SDValue Op, SDValue &Lo, in GetSplitVector()
[all …]
/external/skia/include/private/
DGrAuditTrail.h107 struct Op { struct
108 int fClientID;
109 SkRect fBounds;
126 struct Op { struct
132 int fOpListID; argument
135 typedef SkTArray<std::unique_ptr<Op>, true> OpPool; argument
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInst.h98 MCOperand Op; in CreateReg() local
104 MCOperand Op; in CreateImm() local
110 MCOperand Op; in CreateFPImm() local
116 MCOperand Op; in CreateExpr() local
135 void setOpcode(unsigned Op) { Opcode = Op; } in setOpcode()
143 void addOperand(const MCOperand &Op) { in addOperand()
153 iterator insert(iterator I, const MCOperand &Op) { in insert()
/external/swiftshader/third_party/LLVM/lib/Target/X86/InstPrinter/
DX86ATTInstPrinter.cpp59 void X86ATTInstPrinter::printSSECC(const MCInst *MI, unsigned Op, in printSSECC()
80 const MCOperand &Op = MI->getOperand(OpNo); in print_pcrel_imm() local
92 const MCOperand &Op = MI->getOperand(OpNo); in printOperand() local
108 void X86ATTInstPrinter::printMemReference(const MCInst *MI, unsigned Op, in printMemReference()
DX86IntelInstPrinter.cpp49 void X86IntelInstPrinter::printSSECC(const MCInst *MI, unsigned Op, in printSSECC()
68 const MCOperand &Op = MI->getOperand(OpNo); in print_pcrel_imm() local
84 const MCOperand &Op = MI->getOperand(OpNo); in printOperand() local
95 void X86IntelInstPrinter::printMemReference(const MCInst *MI, unsigned Op, in printMemReference()
/external/skia/src/gpu/
DGrDrawOpTest.h26 #define GR_DRAW_OP_TEST_DEFINE(Op) \ argument
29 #define GR_DRAW_OP_TEST_FRIEND(Op) \ argument
/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/X86/AsmParser/
DX86AsmInstrumentation.cpp236 void EmitLEA(X86Operand &Op, unsigned Size, unsigned Reg, MCStreamer &Out) { in EmitLEA()
280 X86Operand &Op, unsigned AccessSize, bool IsWrite, in InstrumentMemOperand()
311 std::unique_ptr<X86Operand> Op(X86Operand::CreateMem( in InstrumentMOVSBase() local
320 std::unique_ptr<X86Operand> Op(X86Operand::CreateMem( in InstrumentMOVSBase() local
330 std::unique_ptr<X86Operand> Op(X86Operand::CreateMem( in InstrumentMOVSBase() local
338 std::unique_ptr<X86Operand> Op(X86Operand::CreateMem( in InstrumentMOVSBase() local
416 MCParsedAsmOperand &Op = *Operands[Ix]; in InstrumentMOV() local
431 void X86AddressSanitizer::ComputeMemOperandAddress(X86Operand &Op, in ComputeMemOperandAddress()
466 X86AddressSanitizer::AddDisplacement(X86Operand &Op, int64_t Displacement, in AddDisplacement()
617 X86Operand &Op, unsigned AccessSize, bool IsWrite, in InstrumentMemOperandSmall()
[all …]
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitCodes.cpp78 const NaClBitCodeAbbrevOp &Op = Abbrev->getOperandInfo(Index); in PrintExpression() local
104 const NaClBitCodeAbbrevOp &Op = OperandList[i]; in Simplify() local
125 const NaClBitCodeAbbrevOp &Op = getOperandInfo(i); in isValid() local
DNaClBitstreamReader.cpp89 void NaClBitstreamCursor::skipAbbreviatedField(const NaClBitCodeAbbrevOp &Op) { in skipAbbreviatedField()
127 const NaClBitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in skipRecord() local
152 const NaClBitCodeAbbrevOp &Op, uint64_t &Value) { in readRecordAbbrevField()
175 const NaClBitCodeAbbrevOp &Op) { in readArrayAbbreviatedField()
195 const NaClBitCodeAbbrevOp &Op, unsigned NumArrayElements, in readArrayAbbrev()
221 const NaClBitCodeAbbrevOp &Op = Abbv->getOperandInfo(1); in readRecord() local
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Doperators-expected.cc7 struct Op { struct
20 blink::Op a, b; in G()
Doperators-original.cc7 struct Op { struct
20 blink::Op a, b; in G()
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp342 auto Op = make_unique<SparcOperand>(k_Token); in CreateToken() local
352 auto Op = make_unique<SparcOperand>(k_Register); in CreateReg() local
362 auto Op = make_unique<SparcOperand>(k_Immediate); in CreateImm() local
369 static bool MorphToIntPairReg(SparcOperand &Op) { in MorphToIntPairReg()
388 static bool MorphToDoubleReg(SparcOperand &Op) { in MorphToDoubleReg()
399 static bool MorphToQuadReg(SparcOperand &Op) { in MorphToQuadReg()
422 static bool MorphToCoprocPairReg(SparcOperand &Op) { in MorphToCoprocPairReg()
436 MorphToMEMrr(unsigned Base, std::unique_ptr<SparcOperand> Op) { in MorphToMEMrr()
447 auto Op = make_unique<SparcOperand>(k_MemoryReg); in CreateMEMr() local
457 MorphToMEMri(unsigned Base, std::unique_ptr<SparcOperand> Op) { in MorphToMEMri()
[all …]
/external/spirv-llvm/lib/SPIRV/
DSPIRVLowerBool.cpp79 auto Op = I.getOperand(0); in visitTruncInst() local
86 auto Op = I.getOperand(0); in visitZExtInst() local
96 auto Op = I.getOperand(0); in visitSExtInst() local
/external/swiftshader/third_party/LLVM/lib/Target/ARM/InstPrinter/
DARMInstPrinter.cpp201 const MCOperand &Op = MI->getOperand(OpNo); in printOperand() local
278 void ARMInstPrinter::printAM2PreOrOffsetIndexOp(const MCInst *MI, unsigned Op, in printAM2PreOrOffsetIndexOp()
306 void ARMInstPrinter::printAM2PostIndexOp(const MCInst *MI, unsigned Op, in printAM2PostIndexOp()
331 void ARMInstPrinter::printAddrModeTBB(const MCInst *MI, unsigned Op, in printAddrModeTBB()
339 void ARMInstPrinter::printAddrModeTBH(const MCInst *MI, unsigned Op, in printAddrModeTBH()
347 void ARMInstPrinter::printAddrMode2Operand(const MCInst *MI, unsigned Op, in printAddrMode2Operand()
393 void ARMInstPrinter::printAM3PostIndexOp(const MCInst *MI, unsigned Op, in printAM3PostIndexOp()
413 void ARMInstPrinter::printAM3PreOrOffsetIndexOp(const MCInst *MI, unsigned Op, in printAM3PreOrOffsetIndexOp()
434 void ARMInstPrinter::printAddrMode3Operand(const MCInst *MI, unsigned Op, in printAddrMode3Operand()
509 unsigned Op = ARM_AM::getAM5Op(MO2.getImm()); in printAddrMode5Operand() local
[all …]
/external/llvm/lib/Bitcode/Reader/
DBitstreamReader.cpp55 const BitCodeAbbrevOp &Op) { in readAbbreviatedField()
76 const BitCodeAbbrevOp &Op) { in skipAbbreviatedField()
115 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in skipRecord() local
203 const BitCodeAbbrevOp &Op = Abbv->getOperandInfo(i); in readRecord() local

12345678910>>...23