| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | SymbolTableListTraitsImpl.h | 28 void SymbolTableListTraits<ValueSubClass>::setSymTabObject(TPtr *Dest, in setSymTabObject() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IcePhiLoweringImpl.h | 38 Variable *Dest = Phi->getDest(); in prelowerPhis32Bit() local
|
| H A D | IceInstMIPS32.cpp | 188 InstMIPS32Call::InstMIPS32Call(Cfg *Func, Variable *Dest, Operand *CallTarget) in InstMIPS32Call() argument 194 InstMIPS32Mov::InstMIPS32Mov(Cfg *Func, Variable *Dest, Operand *Src, in InstMIPS32Mov() argument 538 Variable *Dest = getDest(); in emit() local 598 Variable *Dest = getDest(); emitIAS() local 620 Variable *Dest = getDest(); dump() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXImageOptimizer.cpp | 155 BasicBlock *Dest; in replaceWith() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
| H A D | FuzzerCLI.cpp | 189 size_t llvm::writeModule(const Module &M, uint8_t *Dest, size_t MaxSize) { in writeModule() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | BinaryStreamReader.h | 75 template <typename T> Error readInteger(T &Dest) { in readInteger() argument 89 template <typename T> Error readEnum(T &Dest) { in readEnum() argument 169 readObject(const T *&Dest) readObject() argument [all...] |
| /third_party/mesa3d/src/panfrost/bifrost/valhall/ |
| H A D | valhall.py | 141 class Dest: class
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGTargetInfo.h | 118 EmitTargetCodeForStrcpy(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dest, SDValue Src, MachinePointerInfo DestPtrInfo, MachinePointerInfo SrcPtrInfo, bool isStpcpy) const EmitTargetCodeForStrcpy() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| H A D | CFG.cpp | 94 bool llvm::isCriticalEdge(const Instruction *TI, const BasicBlock *Dest, in isCriticalEdge() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
| H A D | test_vector_ops_main.cpp | 54 void *Dest; in getTestVectors() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | BinaryStreamReader.cpp | 44 Error BinaryStreamReader::readULEB128(uint64_t &Dest) { in readULEB128() argument 59 Error BinaryStreamReader::readSLEB128(int64_t &Dest) { in readSLEB128() argument 74 Error BinaryStreamReader::readCString(StringRef &Dest) { in readCString() argument 102 Error BinaryStreamReader::readWideString(ArrayRef<UTF16> &Dest) { in readWideString() argument 122 Error BinaryStreamReader::readFixedString(StringRef &Dest, uint32_t Length) { in readFixedString() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| H A D | PPCBranchSelector.cpp | 302 MachineBasicBlock *Dest = nullptr; in runOnMachineFunction() local 176 computeBranchSize(MachineFunction &Fn, const MachineBasicBlock *Src, const MachineBasicBlock *Dest, unsigned BrOffset) computeBranchSize() argument [all...] |
| H A D | PPCExpandISEL.cpp | 205 MachineOperand &Dest = (*I)->getOperand(0); in expandAndMergeISELs() local 272 MachineOperand &Dest = (*MI)->getOperand(0); in handleSpecialCases() local 439 MachineOperand &Dest = MI->getOperand(0); // location to store to populateBlocks() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeStreamMerger.cpp | 241 Error TypeStreamMerger::mergeTypeRecords(MergingTypeTableBuilder &Dest, in mergeTypeRecords() argument 249 Error TypeStreamMerger::mergeIdRecords(MergingTypeTableBuilder &Dest, in mergeIdRecords() argument 272 Error TypeStreamMerger::mergeTypeRecords(GlobalTypeTableBuilder &Dest, in mergeTypeRecords() argument 284 mergeIdRecords(GlobalTypeTableBuilder &Dest, ArrayRef<TypeIndex> TypeSourceToDest, const CVTypeArray &Ids, ArrayRef<GloballyHashedType> Hashes) mergeIdRecords() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Execution.cpp | 49 static void executeFNegInst(GenericValue &Dest, GenericValue Src, Type *Ty) { in executeFNegInst() argument 108 static void executeFAddInst(GenericValue &Dest, GenericValue Src1, in executeFAddInst() argument 119 static void executeFSubInst(GenericValue &Dest, GenericValue Src1, in executeFSubInst() argument 130 static void executeFMulInst(GenericValue &Dest, GenericValue Src1, in executeFMulInst() argument 141 static void executeFDivInst(GenericValue &Dest, GenericValue Src1, in executeFDivInst() argument 152 static void executeFRemInst(GenericValue &Dest, GenericValue Src1, in executeFRemInst() argument 193 GenericValue Dest; executeICMP_EQ() local 207 GenericValue Dest; executeICMP_NE() local 221 GenericValue Dest; executeICMP_ULT() local 2070 GenericValue Dest; global() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| H A D | AArch64FalkorHWPFFix.cpp | 233 static unsigned makeTag(unsigned Dest, unsigned Base, unsigned Offset) { in makeTag() argument 661 unsigned Dest = LI.DestReg ? TRI->getEncodingValue(LI.DestReg) : 0; in getTag() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMCInstLower.cpp | 189 MCOperand Dest, Src; in lower() local
|
| H A D | SIMachineFunctionInfo.cpp | 419 yaml::StringValue Dest; in regToString() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
| H A D | LanaiMemAluCombiner.cpp | 241 MachineOperand Dest = MemInstr->getOperand(0); in insertMergedInstruction() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| H A D | SystemZSelectionDAGInfo.cpp | 220 EmitTargetCodeForStrcpy( SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dest, SDValue Src, MachinePointerInfo DestPtrInfo, MachinePointerInfo SrcPtrInfo, bool isStpcpy) const EmitTargetCodeForStrcpy() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| H A D | CFGMST.h | 253 Edge &addEdge(const BasicBlock *Src, const BasicBlock *Dest, uint64_t W) { in addEdge() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| H A D | SparsePropagation.h | 267 markEdgeExecutable( BasicBlock *Source, BasicBlock *Dest) markEdgeExecutable() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | LiveRangeEdit.cpp | 288 unsigned Dest; in eliminateDeadDef() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
| H A D | LinkModules.cpp | 240 shouldLinkFromSource(bool &LinkFromSrc, const GlobalValue &Dest, const GlobalValue &Src) shouldLinkFromSource() argument 591 linkModules( Module &Dest, std::unique_ptr<Module> Src, unsigned Flags, std::function<void(Module &, const StringSet<> &)> InternalizeCallback) linkModules() argument 602 LLVMLinkModules2(LLVMModuleRef Dest, LLVMModuleRef Src) LLVMLinkModules2() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 214 InstrProfRecord &Dest = Where->second; in overlapRecord() local 233 InstrProfRecord &Dest = Where->second; in addRecord() local
|