/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
LegalizeVectorOps.cpp | 54 SDValue LegalizeOp(SDValue Op); 56 SDValue TranslateLegalizeResults(SDValue Op, SDValue Result); 58 SDValue UnrollVSETCC(SDValue Op); 63 SDValue ExpandUINT_TO_FLOAT(SDValue Op); 66 SDValue ExpandVSELECT(SDValue Op); 67 SDValue ExpandFNEG(SDValue Op); 71 SDValue PromoteVectorOp(SDValue Op); 104 SDValue VectorLegalizer::TranslateLegalizeResults(SDValue Op, SDValue Result) { 106 for (unsigned i = 0, e = Op.getNode()->getNumValues(); i != e; ++i) 107 AddLegalizedOperand(Op.getValue(i), Result.getValue(i)) [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeVectorOps.cpp | 54 SDValue LegalizeOp(SDValue Op); 57 SDValue TranslateLegalizeResults(SDValue Op, SDValue Result); 60 SDValue UnrollVSETCC(SDValue Op); 66 SDValue Expand(SDValue Op); 73 SDValue ExpandUINT_TO_FLOAT(SDValue Op); 76 SDValue ExpandSEXTINREG(SDValue Op); 83 SDValue ExpandANY_EXTEND_VECTOR_INREG(SDValue Op); 90 SDValue ExpandSIGN_EXTEND_VECTOR_INREG(SDValue Op); 96 SDValue ExpandZERO_EXTEND_VECTOR_INREG(SDValue Op); 99 SDValue ExpandBSWAP(SDValue Op); [all...] |
/external/llvm/lib/Target/X86/InstPrinter/ |
X86ATTInstPrinter.cpp | 72 void X86ATTInstPrinter::printSSEAVXCC(const MCInst *MI, unsigned Op, 74 int64_t Imm = MI->getOperand(Op).getImm(); 112 void X86ATTInstPrinter::printXOPCC(const MCInst *MI, unsigned Op, 114 int64_t Imm = MI->getOperand(Op).getImm(); 128 void X86ATTInstPrinter::printRoundingControl(const MCInst *MI, unsigned Op, 130 int64_t Imm = MI->getOperand(Op).getImm() & 0x3; 144 const MCOperand &Op = MI->getOperand(OpNo); 145 if (Op.isImm()) 146 O << formatImm(Op.getImm()); 148 assert(Op.isExpr() && "unknown pcrel immediate operand") [all...] |
X86IntelInstPrinter.cpp | 54 void X86IntelInstPrinter::printSSEAVXCC(const MCInst *MI, unsigned Op, 56 int64_t Imm = MI->getOperand(Op).getImm(); 94 void X86IntelInstPrinter::printXOPCC(const MCInst *MI, unsigned Op, 96 int64_t Imm = MI->getOperand(Op).getImm(); 110 void X86IntelInstPrinter::printRoundingControl(const MCInst *MI, unsigned Op, 112 int64_t Imm = MI->getOperand(Op).getImm() & 0x3; 125 const MCOperand &Op = MI->getOperand(OpNo); 126 if (Op.isImm()) 127 O << formatImm(Op.getImm()); 129 assert(Op.isExpr() && "unknown pcrel immediate operand") [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
MCWin64EH.h | 36 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg) 37 : Operation(Op), Label(L), Offset(0), Register(Reg) { 38 assert(Op == Win64EH::UOP_PushNonVol); 43 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg, unsigned Off) 44 : Operation(Op), Label(L), Offset(Off), Register(Reg) { 45 assert(Op == Win64EH::UOP_SetFPReg || 46 Op == Win64EH::UOP_SaveNonVol || 47 Op == Win64EH::UOP_SaveNonVolBig || 48 Op == Win64EH::UOP_SaveXMM128 || 49 Op == Win64EH::UOP_SaveXMM128Big) [all...] |
MCInst.h | 98 MCOperand Op; 99 Op.Kind = kRegister; 100 Op.RegVal = Reg; 101 return Op; 104 MCOperand Op; 105 Op.Kind = kImmediate; 106 Op.ImmVal = Val; 107 return Op; 110 MCOperand Op; 111 Op.Kind = kFPImmediate [all...] |
/external/llvm/lib/Target/MSP430/InstPrinter/ |
MSP430InstPrinter.cpp | 37 const MCOperand &Op = MI->getOperand(OpNo); 38 if (Op.isImm()) 39 O << Op.getImm(); 41 assert(Op.isExpr() && "unknown pcrel immediate operand"); 42 Op.getExpr()->print(O, &MAI); 49 const MCOperand &Op = MI->getOperand(OpNo); 50 if (Op.isReg()) { 51 O << getRegisterName(Op.getReg()); 52 } else if (Op.isImm()) { 53 O << '#' << Op.getImm() [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/InstPrinter/ |
MSP430InstPrinter.cpp | 36 const MCOperand &Op = MI->getOperand(OpNo); 37 if (Op.isImm()) 38 O << Op.getImm(); 40 assert(Op.isExpr() && "unknown pcrel immediate operand"); 41 O << *Op.getExpr(); 48 const MCOperand &Op = MI->getOperand(OpNo); 49 if (Op.isReg()) { 50 O << getRegisterName(Op.getReg()); 51 } else if (Op.isImm()) { 52 O << '#' << Op.getImm() [all...] |
/external/skia/src/gpu/ |
GrDrawOpTest.h | 26 #define GR_DRAW_OP_TEST_DEFINE(Op) \ 27 std::unique_ptr<GrDrawOp> Op##__Test(GrPaint&& paint, SkRandom* random, GrContext* context, \ 29 #define GR_DRAW_OP_TEST_FRIEND(Op) \ 30 friend std::unique_ptr<GrDrawOp> Op##__Test(GrPaint&& paint, SkRandom* random, \ 33 /** Helper for op test factories to pick a random stencil state. */
|
/external/skqp/src/gpu/ |
GrDrawOpTest.h | 26 #define GR_DRAW_OP_TEST_DEFINE(Op) \ 27 std::unique_ptr<GrDrawOp> Op##__Test(GrPaint&& paint, SkRandom* random, GrContext* context, \ 29 #define GR_DRAW_OP_TEST_FRIEND(Op) \ 30 friend std::unique_ptr<GrDrawOp> Op##__Test(GrPaint&& paint, SkRandom* random, \ 33 /** Helper for op test factories to pick a random stencil state. */
|
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/ |
GLSL.ext.NV.h | 32 enum Op;
|
/external/llvm/tools/llvm-cov/ |
CoverageFilters.h | 60 Operation Op; 63 StatisticThresholdFilter(Operation Op, T Threshold) 64 : Op(Op), Threshold(Threshold) {} 69 switch (Op) { 84 RegionCoverageFilter(Operation Op, double Threshold) 85 : StatisticThresholdFilter(Op, Threshold) {} 95 LineCoverageFilter(Operation Op, double Threshold) 96 : StatisticThresholdFilter(Op, Threshold) {}
|
/external/llvm/lib/Target/BPF/InstPrinter/ |
BPFInstPrinter.cpp | 55 const MCOperand &Op = MI->getOperand(OpNo); 56 if (Op.isReg()) { 57 O << getRegisterName(Op.getReg()); 58 } else if (Op.isImm()) { 59 O << (int32_t)Op.getImm(); 61 assert(Op.isExpr() && "Expected an expression"); 62 printExpr(Op.getExpr(), O); 83 const MCOperand &Op = MI->getOperand(OpNo); 84 if (Op.isImm()) 85 O << (uint64_t)Op.getImm() [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
MachineOperand.h | 613 MachineOperand Op(MachineOperand::MO_Immediate); 614 Op.setImm(Val); 615 return Op; 619 MachineOperand Op(MachineOperand::MO_CImmediate); 620 Op.Contents.CI = CI; 621 return Op; 625 MachineOperand Op(MachineOperand::MO_FPImmediate); 626 Op.Contents.CFP = CFP; 627 return Op; 639 MachineOperand Op(MachineOperand::MO_Register) [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
MachineOperand.h | 613 MachineOperand Op(MachineOperand::MO_Immediate); 614 Op.setImm(Val); 615 return Op; 619 MachineOperand Op(MachineOperand::MO_CImmediate); 620 Op.Contents.CI = CI; 621 return Op; 625 MachineOperand Op(MachineOperand::MO_FPImmediate); 626 Op.Contents.CFP = CFP; 627 return Op; 639 MachineOperand Op(MachineOperand::MO_Register) [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
MachineOperand.h | 472 MachineOperand Op(MachineOperand::MO_Immediate); 473 Op.setImm(Val); 474 return Op; 478 MachineOperand Op(MachineOperand::MO_CImmediate); 479 Op.Contents.CI = CI; 480 return Op; 484 MachineOperand Op(MachineOperand::MO_FPImmediate); 485 Op.Contents.CFP = CFP; 486 return Op; 495 MachineOperand Op(MachineOperand::MO_Register) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/ |
MachineOperand.h | 612 MachineOperand Op(MachineOperand::MO_Immediate); 613 Op.setImm(Val); 614 return Op; 618 MachineOperand Op(MachineOperand::MO_CImmediate); 619 Op.Contents.CI = CI; 620 return Op; 624 MachineOperand Op(MachineOperand::MO_FPImmediate); 625 Op.Contents.CFP = CFP; 626 return Op; 638 MachineOperand Op(MachineOperand::MO_Register) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/ |
MachineOperand.h | 612 MachineOperand Op(MachineOperand::MO_Immediate); 613 Op.setImm(Val); 614 return Op; 618 MachineOperand Op(MachineOperand::MO_CImmediate); 619 Op.Contents.CI = CI; 620 return Op; 624 MachineOperand Op(MachineOperand::MO_FPImmediate); 625 Op.Contents.CFP = CFP; 626 return Op; 638 MachineOperand Op(MachineOperand::MO_Register) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/ |
MachineOperand.h | 623 MachineOperand Op(MachineOperand::MO_Immediate); 624 Op.setImm(Val); 625 return Op; 629 MachineOperand Op(MachineOperand::MO_CImmediate); 630 Op.Contents.CI = CI; 631 return Op; 635 MachineOperand Op(MachineOperand::MO_FPImmediate); 636 Op.Contents.CFP = CFP; 637 return Op; 649 MachineOperand Op(MachineOperand::MO_Register) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/ |
MachineOperand.h | 623 MachineOperand Op(MachineOperand::MO_Immediate); 624 Op.setImm(Val); 625 return Op; 629 MachineOperand Op(MachineOperand::MO_CImmediate); 630 Op.Contents.CI = CI; 631 return Op; 635 MachineOperand Op(MachineOperand::MO_FPImmediate); 636 Op.Contents.CFP = CFP; 637 return Op; 649 MachineOperand Op(MachineOperand::MO_Register) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/ |
MachineOperand.h | 623 MachineOperand Op(MachineOperand::MO_Immediate); 624 Op.setImm(Val); 625 return Op; 629 MachineOperand Op(MachineOperand::MO_CImmediate); 630 Op.Contents.CI = CI; 631 return Op; 635 MachineOperand Op(MachineOperand::MO_FPImmediate); 636 Op.Contents.CFP = CFP; 637 return Op; 649 MachineOperand Op(MachineOperand::MO_Register) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/ |
MachineOperand.h | 623 MachineOperand Op(MachineOperand::MO_Immediate); 624 Op.setImm(Val); 625 return Op; 629 MachineOperand Op(MachineOperand::MO_CImmediate); 630 Op.Contents.CI = CI; 631 return Op; 635 MachineOperand Op(MachineOperand::MO_FPImmediate); 636 Op.Contents.CFP = CFP; 637 return Op; 649 MachineOperand Op(MachineOperand::MO_Register) [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/ |
MachineOperand.h | 612 MachineOperand Op(MachineOperand::MO_Immediate); 613 Op.setImm(Val); 614 return Op; 618 MachineOperand Op(MachineOperand::MO_CImmediate); 619 Op.Contents.CI = CI; 620 return Op; 624 MachineOperand Op(MachineOperand::MO_FPImmediate); 625 Op.Contents.CFP = CFP; 626 return Op; 638 MachineOperand Op(MachineOperand::MO_Register) [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/ |
MachineOperand.h | 612 MachineOperand Op(MachineOperand::MO_Immediate); 613 Op.setImm(Val); 614 return Op; 618 MachineOperand Op(MachineOperand::MO_CImmediate); 619 Op.Contents.CI = CI; 620 return Op; 624 MachineOperand Op(MachineOperand::MO_FPImmediate); 625 Op.Contents.CFP = CFP; 626 return Op; 638 MachineOperand Op(MachineOperand::MO_Register) [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/ |
MachineOperand.h | 623 MachineOperand Op(MachineOperand::MO_Immediate); 624 Op.setImm(Val); 625 return Op; 629 MachineOperand Op(MachineOperand::MO_CImmediate); 630 Op.Contents.CI = CI; 631 return Op; 635 MachineOperand Op(MachineOperand::MO_FPImmediate); 636 Op.Contents.CFP = CFP; 637 return Op; 649 MachineOperand Op(MachineOperand::MO_Register) [all...] |