Home
last modified time | relevance | path

Searched defs:Is32Bit (Results 1 – 8 of 8) sorted by relevance

/third_party/protobuf/src/google/protobuf/json/internal/
Ddescriptor_traits.h228 static bool Is32Bit(Field f) { in Is32Bit() function
398 static bool Is32Bit(Field f) { in Is32Bit() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp256 auto isLargeIntegerTy = [](bool Is32Bit, Type *Ty) { in mightUseCTR()
DPPCISelDAGToDAG.cpp2835 bool Is32Bit = InVT == MVT::i32; in getCompoundZeroComparisonInGPR() local
DPPCISelLowering.cpp12962 bool Is32Bit = FirstConversion == PPCISD::FCTIWZ || in combineElementTruncationToVectorTruncation() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp3248 bool Is32Bit = MRI.getType(LHS.getReg()).getSizeInBits() == 32; in emitADD() local
3272 bool Is32Bit = (MRI.getType(LHS.getReg()).getSizeInBits() == 32); in emitCMN() local
3296 bool Is32Bit = (RegSize == 32); in emitTST() local
DAArch64InstrInfo.cpp5299 bool Is32Bit = (DefMI->getOpcode() == AArch64::ANDWri); in optimizeCondBranch() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp4655 bool Is32Bit = isInt<32>(ImmValue) || (!isGP64bit() && isUInt<32>(ImmValue)); in expandAliasImmediate() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2636 bool Is32Bit = is32Bit(VT); in lowerGR128Binary() local