/third_party/musl/porting/liteos_a/user/src/conf/ |
H A D | sysconf.c | 10 #define JT(x) (-256|(x)) macro [all...] |
/third_party/musl/src/conf/ |
H A D | sysconf.c | 11 #define JT(x) (-256|(x)) macro [all...] |
/third_party/musl/porting/linux/user/src/conf/ |
H A D | sysconf.c | 10 #define JT(x) (-256|(x)) macro [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceSwitchLowering.h | 46 CaseCluster(uint64_t Low, uint64_t High, InstJumpTable *JT) in CaseCluster() argument 74 InstJumpTable *JT; /// Jump table targets. member
|
H A D | IceELFObjectWriter.cpp | 573 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 D | AArch64CompressJumpTables.cpp | 98 const MachineJumpTableEntry &JT = JTInfo.getJumpTables()[JTIdx]; in compressJumpTable() local
|
H A D | AArch64AsmPrinter.cpp | 761 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInfo() local
|
H A D | AArch64ISelLowering.cpp | 5542 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 D | XCoreAsmPrinter.cpp | 191 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT() local
|
H A D | XCoreISelLowering.cpp | 350 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 D | MSP430ISelDAGToDAG.cpp | 52 int JT = -1; member
|
H A D | MSP430ISelLowering.cpp | 1330 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 D | MipsAsmPrinter.cpp | 1282 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 D | ARMConstantIslandPass.cpp | 559 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 D | LanaiISelLowering.cpp | 1211 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 D | WebAssemblyISelLowering.cpp | 1169 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 D | WholeProgramDevirt.cpp | 1067 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 D | LowerTypeTests.cpp | 1287 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 D | AsmPrinter.cpp | 1835 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 D | IRTranslator.cpp | 508 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 D | X86ISelDAGToDAG.cpp | 74 int JT; member [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 3188 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 D | SelectionDAGBuilder.cpp | 2434 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 D | UCharacter.java | 3791 public static final int JT = 34; field
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
H A D | UCharacter.java | 3140 public static final int JT = 34; field
|