Searched defs:InstPtr (Results 1 – 6 of 6) sorted by relevance
/third_party/rust/crates/regex/src/ |
D | compile.rs | 752 fn fill(&mut self, hole: Hole, goto: InstPtr) { in fill() 774 goto1: Option<InstPtr>, in fill_split() 775 goto2: Option<InstPtr>, in fill_split() 875 fn fill(&mut self, goto: InstPtr) { in fill() 902 fn fill_split(&mut self, goto1: InstPtr, goto2: InstPtr) { in fill_split() 914 fn half_fill_split_goto1(&mut self, goto1: InstPtr) { in half_fill_split_goto1() 926 fn half_fill_split_goto2(&mut self, goto2: InstPtr) { in half_fill_split_goto2() 1123 fn get(&mut self, key: SuffixCacheKey, pc: InstPtr) -> Option<InstPtr> { in get()
|
D | backtrack.rs | 192 fn step(&mut self, mut ip: InstPtr, mut at: InputAt) -> bool { in step() 264 fn has_visited(&mut self, ip: InstPtr, at: InputAt) -> bool { in has_visited()
|
D | dfa.rs | 271 type InstPtr = u32; typedef 276 fn push_inst_ptr(data: &mut Vec<u8>, prev: &mut InstPtr, ip: InstPtr) { in push_inst_ptr() 1055 ip: InstPtr, in follow_epsilons()
|
D | prog.rs | 13 pub type InstPtr = usize; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 358 unsigned InstPtr = is64Bit ? X86::RIP : X86::EIP; in createX86MCAsmInfo() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 586 WeakTrackingVH InstPtr(&*I); in runOnLoopBlock() local
|