Searched defs:Is32 (Results 1 – 5 of 5) sorted by relevance
| /third_party/node/deps/v8/src/compiler/ | ||
| D | machine-graph-verifier.cc | 729 static bool Is32() { in Is32() function in v8::internal::compiler::__anond08165c20111::MachineRepresentationChecker |
| D | code-assembler.cc | 190 bool CodeAssembler::Is32() const { return raw_assembler()->machine()->Is32(); } in Is32() function in v8::internal::compiler::CodeAssembler |
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ | ||
| D | IceRegistersX8632.h | 271 unsigned Is32 : 1; in initRegisterSet() member |
| D | IceRegistersX8664.h | 260 unsigned Is32 : 1; in initRegisterSet() member |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ | ||
| D | AMDGPUISelDAGToDAG.cpp | 2159 bool Is32 = (VT == MVT::i32); in SelectATOMIC_CMP_SWAP() local |