Home
last modified time | relevance | path

Searched defs:TID (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DFDRTraceExpander.h27 int32_t TID = 0; variable
DFDRRecords.h337 int32_t TID = 0; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DResourcePriorityQueue.cpp436 const MCInstrDesc &TID = TII->get(N->getMachineOpcode()); in SUSchedulingCost() local
538 const MCInstrDesc &TID = TII->get(N->getMachineOpcode()); in initNumRegDefsLeft() local
/external/llvm/lib/CodeGen/SelectionDAG/
DResourcePriorityQueue.cpp448 const MCInstrDesc &TID = TII->get(N->getMachineOpcode()); in SUSchedulingCost() local
551 const MCInstrDesc &TID = TII->get(N->getMachineOpcode()); in initNumRegDefsLeft() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h324 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) in SequentialType()
/external/llvm/include/llvm/IR/
DDerivedTypes.h320 SequentialType(TypeID TID, Type *ElType) in SequentialType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DProfile.cpp389 const auto &TID = ThreadPaths.first; in profileFromTrace() local
/external/llvm/lib/CodeGen/
DTargetPassConfig.cpp570 const char *TID = (const char *)(TPI->getTypeInfo()); in addMachinePasses() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h385 SequentialType(TypeID TID, Type *ElType, uint64_t NumElements) in SequentialType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp818 Value *TID = Builder.CreateAdd(Tmp0, Tmp1); in handleAlloca() local
DSIInstrInfo.h1030 const TargetRegisterClass *getRegClass(const MCInstrDesc &TID, unsigned OpNum, in getRegClass()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp712 Value *TID = Builder.CreateAdd(Tmp0, Tmp1); in handleAlloca() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetPassConfig.cpp883 const char *TID = (const char *)(TPI->getTypeInfo()); in addMachinePasses() local
/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp937 const MCInstrDesc& TID = MI.getDesc(); in ignorePseudoInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp1053 const MCInstrDesc& TID = MI.getDesc(); in ignorePseudoInstruction() local
/external/bcc/src/python/bcc/
D__init__.py146 TID = (1 << 1) variable in PerfEventSampleFormat