Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/
H A DInstrumentationMap.cpp148 bool Is32Bit = ObjFile.getBinary()->makeTriple().isArch32Bit(); in loadObj() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.h211 bool Is32Bit; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp380 auto isLargeIntegerTy = [](bool Is32Bit, Type *Ty) { in mightUseCTR()
H A DPPCISelDAGToDAG.cpp3075 bool Is32Bit = InVT == MVT::i32; in getCompoundZeroComparisonInGPR() local
H A DPPCISelLowering.cpp13620 bool Is32Bit = FirstConversion == PPCISD::FCTIWZ || in combineElementTruncationToVectorTruncation() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp1055 const bool Is32Bit = Size == 32; in emitSelect() local
4124 bool Is32Bit = Size == 32; in emitAddSub() local
4192 bool Is32Bit = (MRI.getType(LHS.getReg()).getSizeInBits() == 32); in emitCMN() local
4204 bool Is32Bit = (RegSize == 32); in emitTST() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp6138 bool Is32Bit = (DefMI->getOpcode() == AArch64::ANDWri); in optimizeCondBranch() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4765 bool Is32Bit = isInt<32>(ImmValue) || (!isGP64bit() && isUInt<32>(ImmValue)); in expandAliasImmediate() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2693 bool Is32Bit = is32Bit(VT); in lowerGR128Binary() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp14989 bool Is32Bit = false; in EmitPPCBuiltinExpr() local