Home
last modified time | relevance | path

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

/external/oss-fuzz/infra/base-images/base-sanitizer-libs-builder/
Dcompiler_wrapper.py35 def Is32Bit(args): function
/external/llvm/utils/TableGen/
DX86RecognizableInstr.h85 bool Is32Bit; variable
/external/llvm-project/llvm/lib/XRay/
DInstrumentationMap.cpp148 bool Is32Bit = ObjFile.getBinary()->makeTriple().isArch32Bit(); in loadObj() local
/external/llvm-project/llvm/utils/TableGen/
DX86RecognizableInstr.h211 bool Is32Bit; variable
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.h85 bool Is32Bit() const { in Is32Bit() function
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp192 static bool isLargeIntegerTy(bool Is32Bit, Type *Ty) { in isLargeIntegerTy()
/external/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
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp381 auto isLargeIntegerTy = [](bool Is32Bit, Type *Ty) { in mightUseCTR()
DPPCISelDAGToDAG.cpp2795 bool Is32Bit = InVT == MVT::i32; in getCompoundZeroComparisonInGPR() local
DPPCISelLowering.cpp13769 bool Is32Bit = FirstConversion == PPCISD::FCTIWZ || in combineElementTruncationToVectorTruncation() local
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64InstructionSelector.cpp1025 const bool Is32Bit = Size == 32; in emitSelect() local
4032 bool Is32Bit = Size == 32; in emitAddSub() local
4100 bool Is32Bit = (MRI.getType(LHS.getReg()).getSizeInBits() == 32); in emitCMN() local
4112 bool Is32Bit = (RegSize == 32); in emitTST() local
/external/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
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp3898 bool Is32Bit = (DefMI->getOpcode() == AArch64::ANDWri); in optimizeCondBranch() local
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp5675 bool Is32Bit = (DefMI->getOpcode() == AArch64::ANDWri); in optimizeCondBranch() local
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3331 bool Is32Bit = isInt<32>(ImmValue) || isUInt<32>(ImmValue); in expandAliasImmediate() local
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2199 bool Is32Bit = is32Bit(VT); in lowerGR128Binary() local
/external/llvm-project/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp4765 bool Is32Bit = isInt<32>(ImmValue) || (!isGP64bit() && isUInt<32>(ImmValue)); in expandAliasImmediate() local
/external/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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2636 bool Is32Bit = is32Bit(VT); in lowerGR128Binary() local
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2676 bool Is32Bit = is32Bit(VT); in lowerGR128Binary() local
/external/llvm-project/clang/lib/CodeGen/
DCGBuiltin.cpp14514 bool Is32Bit = false; in EmitPPCBuiltinExpr() local