Home
last modified time | relevance | path

Searched defs:JT (Results 1 - 25 of 28) sorted by relevance

12

/third_party/musl/porting/liteos_a/user/src/conf/
H A Dsysconf.c10 #define JT(x) (-256|(x)) macro
[all...]
/third_party/musl/src/conf/
H A Dsysconf.c11 #define JT(x) (-256|(x)) macro
[all...]
/third_party/musl/porting/linux/user/src/conf/
H A Dsysconf.c10 #define JT(x) (-256|(x)) macro
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceSwitchLowering.h46 CaseCluster(uint64_t Low, uint64_t High, InstJumpTable *JT) in CaseCluster() argument
74 InstJumpTable *JT; /// Jump table targets. member
H A DIceELFObjectWriter.cpp573 void ELFObjectWriter::writeJumpTable(const JumpTableData &JT, in writeJumpTable() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp98 const MachineJumpTableEntry &JT = JTInfo.getJumpTables()[JTIdx]; in compressJumpTable() local
H A DAArch64AsmPrinter.cpp761 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInfo() local
H A DAArch64ISelLowering.cpp5542 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local
5558 SDValue JT = Op.getOperand(1); in LowerBR_JT() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp191 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT() local
H A DXCoreISelLowering.cpp350 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table); in LowerBR_JT() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp52 int JT = -1; member
H A DMSP430ISelLowering.cpp1330 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1282 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables(); in NaClAlignIndirectJumpTargets() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp559 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in doInitialJumpTablePlacement() local
2166 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in optimizeThumb2JumpTables() local
2360 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); reorderThumb2JumpTables() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1211 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1169 const JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local
1178 const auto *JT = cast<JumpTableSDNode>(Op.getOperand(1)); in LowerBR_JT() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp1067 Function *JT; in tryICallBranchFunnel() local
1101 applyICallBranchFunnel(VTableSlotInfo &SlotInfo, Constant *JT, bool &IsExported) applyICallBranchFunnel() argument
1755 Constant *JT = cast<Constant>( importResolution() local
[all...]
H A DLowerTypeTests.cpp1287 replaceWeakDeclarationWithJumpTablePtr( Function *F, Constant *JT, bool IsJumpTableCanonical) replaceWeakDeclarationWithJumpTablePtr() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1835 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp508 void IRTranslator::emitJumpTable(SwitchCG::JumpTable &JT, in emitJumpTable() argument
523 bool IRTranslator::emitJumpTableHeader(SwitchCG::JumpTable &JT, in emitJumpTableHeader() argument
657 SwitchCG::JumpTable *JT = &SL->JTCases[I->JTCasesIndex].second; lowerJumpTableWorkItem() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp74 int JT; member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3188 SDValue SystemZTargetLowering::lowerJumpTable(JumpTableSDNode *JT, in lowerJumpTable() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2434 void SelectionDAGBuilder::visitJumpTable(SwitchCG::JumpTable &JT) { in visitJumpTable() argument
2449 void SelectionDAGBuilder::visitJumpTableHeader(SwitchCG::JumpTable &JT, in visitJumpTableHeader() argument
10220 SwitchCG::JumpTable *JT = &SL->JTCases[I->JTCasesIndex].second; lowerWorkItem() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java3791 public static final int JT = 34; field
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUCharacter.java3140 public static final int JT = 34; field

Completed in 113 milliseconds

12