| /external/spirv-llvm/lib/SPIRV/libSPIRV/ |
| D | SPIRVOpCode.h | 134 unsigned OC = OpCode; in hasExecScope() local 142 unsigned OC = OpCode; in hasGroupOperation() local 147 unsigned OC = OpCode; in isGroupOpCode() local 152 unsigned OC = OpCode; in isPipeOpCode() local 156 unsigned OC = OpCode; in isTypeOpCode() local 161 unsigned OC = OpCode; in isConstantOpCode() local
|
| D | SPIRVInstruction.cpp | 138 isSpecConstantOpAllowedOp(Op OC) { in isSpecConstantOpAllowedOp() 207 auto OC = Inst->getOpCode(); in createSpecConstantOpInst() local 222 auto OC = static_cast<Op>(Ops[0]); in createInstFromSpecConstantOp() local
|
| D | SPIRVDecorate.cpp | 54 SPIRVDecorateGeneric::SPIRVDecorateGeneric(Op OC, SPIRVWord WC, in SPIRVDecorateGeneric() 64 SPIRVDecorateGeneric::SPIRVDecorateGeneric(Op OC, SPIRVWord WC, in SPIRVDecorateGeneric() 76 SPIRVDecorateGeneric::SPIRVDecorateGeneric(Op OC) in SPIRVDecorateGeneric()
|
| D | SPIRVDecorate.h | 269 SPIRVGroupDecorateGeneric(Op OC, SPIRVDecorationGroup *TheGroup, in SPIRVGroupDecorateGeneric() 276 SPIRVGroupDecorateGeneric(Op OC) in SPIRVGroupDecorateGeneric()
|
| D | SPIRVEntry.h | 371 SPIRVEntryNoIdGeneric(SPIRVModule *M, unsigned TheWordCount, Op OC) in SPIRVEntryNoIdGeneric() 375 SPIRVEntryNoIdGeneric(Op OC):SPIRVEntry(OC){ in SPIRVEntryNoIdGeneric() 411 : SPIRVEntryNoIdGeneric(TheModule, TheWordCount, OC), Target(TheTarget) {} in SPIRVEntryNoIdGeneric() argument 413 SPIRVAnnotationGeneric(Op OC):SPIRVEntryNoIdGeneric(OC), in SPIRVAnnotationGeneric() 479 static const Op OC = OpString; variable
|
| D | SPIRVModule.cpp | 484 auto OC = E->getOpCode(); in layoutEntry() local 1221 Op OC = E->getOpCode(); in visit() local 1486 SPIRVModuleImpl::addInstTemplate(Op OC, in addInstTemplate() 1496 SPIRVModuleImpl::addInstTemplate(Op OC, in addInstTemplate()
|
| D | SPIRVInstruction.h | 207 :SPIRVInstruction(OC), HasVariWC(false){ in SPIRVInstruction() argument
|
| /external/llvm/tools/llvm-readobj/ |
| D | ARMWinEHPrinter.cpp | 227 bool Decoder::opcode_0xxxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_0xxxxxxx() 238 bool Decoder::opcode_10Lxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_10Lxxxxx() 257 bool Decoder::opcode_1100xxxx(const uint8_t *OC, unsigned &Offset, in opcode_1100xxxx() 269 bool Decoder::opcode_11010Lxx(const uint8_t *OC, unsigned &Offset, in opcode_11010Lxx() 286 bool Decoder::opcode_11011Lxx(const uint8_t *OC, unsigned &Offset, in opcode_11011Lxx() 303 bool Decoder::opcode_11100xxx(const uint8_t *OC, unsigned &Offset, in opcode_11100xxx() 317 bool Decoder::opcode_111010xx(const uint8_t *OC, unsigned &Offset, in opcode_111010xx() 330 bool Decoder::opcode_1110110L(const uint8_t *OC, unsigned &Offset, in opcode_1110110L() 344 bool Decoder::opcode_11101110(const uint8_t *OC, unsigned &Offset, in opcode_11101110() 360 bool Decoder::opcode_11101111(const uint8_t *OC, unsigned &Offset, in opcode_11101111() [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
| D | ARMWinEHPrinter.cpp | 227 bool Decoder::opcode_0xxxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_0xxxxxxx() 238 bool Decoder::opcode_10Lxxxxx(const uint8_t *OC, unsigned &Offset, in opcode_10Lxxxxx() 257 bool Decoder::opcode_1100xxxx(const uint8_t *OC, unsigned &Offset, in opcode_1100xxxx() 269 bool Decoder::opcode_11010Lxx(const uint8_t *OC, unsigned &Offset, in opcode_11010Lxx() 286 bool Decoder::opcode_11011Lxx(const uint8_t *OC, unsigned &Offset, in opcode_11011Lxx() 303 bool Decoder::opcode_11100xxx(const uint8_t *OC, unsigned &Offset, in opcode_11100xxx() 317 bool Decoder::opcode_111010xx(const uint8_t *OC, unsigned &Offset, in opcode_111010xx() 330 bool Decoder::opcode_1110110L(const uint8_t *OC, unsigned &Offset, in opcode_1110110L() 344 bool Decoder::opcode_11101110(const uint8_t *OC, unsigned &Offset, in opcode_11101110() 360 bool Decoder::opcode_11101111(const uint8_t *OC, unsigned &Offset, in opcode_11101111() [all …]
|
| /external/spirv-llvm/lib/SPIRV/ |
| D | OCL21ToSPIRV.cpp | 163 Op OC = OpNop; in visitCallInst() local 180 StringRef MangledName, Op OC) { in visitCallConvert() 223 OCL21ToSPIRV::transBuiltin(CallInst* CI, Op OC) { in transBuiltin()
|
| D | SPIRVToOCL20.cpp | 167 Op OC = OpNop; in visitCallInst() local 335 void SPIRVToOCL20::visitCallSPIRVAtomicBuiltin(CallInst* CI, Op OC) { in visitCallSPIRVAtomicBuiltin() 399 void SPIRVToOCL20::visitCallSPIRVBuiltin(CallInst* CI, Op OC) { in visitCallSPIRVBuiltin() 406 void SPIRVToOCL20::visitCallSPIRVGroupBuiltin(CallInst* CI, Op OC) { in visitCallSPIRVGroupBuiltin() 434 void SPIRVToOCL20::visitCallSPIRVPipeBuiltin(CallInst* CI, Op OC) { in visitCallSPIRVPipeBuiltin()
|
| D | SPIRVRegularizeLLVM.cpp | 173 void SPIRVRegularizeLLVM::lowerFuncPtr(Function* F, Op OC) { in lowerFuncPtr() 199 auto OC = getSPIRVFuncOC(F->getName()); in lowerFuncPtr() local
|
| D | OCL20ToSPIRV.cpp | 614 OCL20ToSPIRV::visitCallAllAny(spv::Op OC, CallInst* CI) { in visitCallAllAny() 831 Op OC = OpNop; in visitCallConvert() local 957 Op OC = OpNop; in transBuiltin() local 1276 Op OC = OpNop; in visitCallRelational() local 1359 Op OC = OpNop; in visitCallGetFence() local 1446 Op OC = OpNop; in visitCallGetImageChannel() local
|
| D | SPIRVReader.cpp | 759 auto OC = T->getOpCode(); in transType() local 868 auto OC = BI->getOpCode(); in isSPIRVCmpInstTransToLLVMInst() local 877 auto OC = cast<Instruction>(V)->getOpcode(); in transFlags() local 1325 auto OC = BV->getOpCode(); in transValueWithoutDecoration() local 1781 auto OC = BV->getOpCode(); in transValueWithoutDecoration() local 1901 auto OC = BI->getOpCode(); in transOCLBuiltinFromInstPreproc() local 1922 auto OC = BI->getOpCode(); in transOCLBuiltinPostproc() local 2010 auto OC = BI->getOpCode(); in getOCLBuiltinName() local 2597 auto OC = BI->getOpCode(); in getOCLConvertBuiltinName() local
|
| D | OCLUtil.cpp | 163 Op OC = OpNop; in getSPIRVInst() local
|
| /external/libcxx/test/std/experimental/memory/memory.resource.aliases/ |
| D | header_set_synop.pass.cpp | 38 using OC = std::greater<V>; in main() typedef
|
| D | header_map_synop.pass.cpp | 39 using OC = std::greater<int>; in main() typedef
|
| /external/llvm/lib/Target/ |
| D | TargetSubtargetInfo.cpp | 25 const InstrStage *IS, const unsigned *OC, const unsigned *FP) in TargetSubtargetInfo()
|
| /external/swiftshader/third_party/LLVM/lib/MC/ |
| D | MCSubtargetInfo.cpp | 26 const unsigned *OC, in InitMCSubtargetInfo()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
| D | TargetSubtargetInfo.cpp | 31 const InstrStage *IS, const unsigned *OC, const unsigned *FP) in TargetSubtargetInfo()
|
| /external/llvm/lib/MC/ |
| D | MCSubtargetInfo.cpp | 44 const InstrStage *IS, const unsigned *OC, const unsigned *FP) in MCSubtargetInfo()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
| D | MCSubtargetInfo.cpp | 47 const InstrStage *IS, const unsigned *OC, const unsigned *FP) in MCSubtargetInfo()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/ |
| D | GVNExpression.h | 567 const VariableExpression &OC = cast<VariableExpression>(Other); in equals() local 604 const ConstantExpression &OC = cast<ConstantExpression>(Other); in equals() local
|
| /external/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.h | 120 OC, enumerator
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.h | 127 OC, enumerator
|