Home
last modified time | relevance | path

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

/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() argument
258 return ITy->getBitWidth() > (Is32Bit ? 32U : 64U); in mightUseCTR()
DPPCISelDAGToDAG.cpp2835 bool Is32Bit = InVT == MVT::i32; in getCompoundZeroComparisonInGPR() local
2842 ToExtend = SDValue(CurDAG->getMachineNode(Is32Bit ? PPC::NOR : PPC::NOR8, in getCompoundZeroComparisonInGPR()
2847 if (Is32Bit) { in getCompoundZeroComparisonInGPR()
2868 if (!Is32Bit && in getCompoundZeroComparisonInGPR()
2873 if (!Is32Bit && in getCompoundZeroComparisonInGPR()
2878 assert(Is32Bit && "Should have handled the 32-bit sequences above."); in getCompoundZeroComparisonInGPR()
DPPCISelLowering.cpp12962 bool Is32Bit = FirstConversion == PPCISD::FCTIWZ || in combineElementTruncationToVectorTruncation() local
12978 if (Is32Bit && !isFPExtLoad(NextOp.getOperand(0).getOperand(0))) in combineElementTruncationToVectorTruncation()
12993 if (Is32Bit) { in combineElementTruncationToVectorTruncation()
/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
3250 unsigned Opc = OpcTable[Is32Bit][ImmFns.hasValue()]; in emitADD()
3272 bool Is32Bit = (MRI.getType(LHS.getReg()).getSizeInBits() == 32); in emitCMN() local
3274 unsigned Opc = OpcTable[Is32Bit][ImmFns.hasValue()]; in emitCMN()
3275 Register ZReg = Is32Bit ? AArch64::WZR : AArch64::XZR; in emitCMN()
3296 bool Is32Bit = (RegSize == 32); in emitTST() local
3299 Register ZReg = Is32Bit ? AArch64::WZR : AArch64::XZR; in emitTST()
3306 unsigned Opc = OpcTable[Is32Bit][IsImmForm]; in emitTST()
DAArch64InstrInfo.cpp5299 bool Is32Bit = (DefMI->getOpcode() == AArch64::ANDWri); in optimizeCondBranch() local
5301 DefMI->getOperand(2).getImm(), Is32Bit ? 32 : 64); in optimizeCondBranch()
5331 if (!Is32Bit && Imm < 32) in optimizeCondBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcInstrInfo.td24 def Is32Bit : Predicate<"!Subtarget->is64Bit()">;
702 let Predicates = [Is32Bit], isCodeGenOnly = 1 in
1629 let Predicates = [Is32Bit] in {
/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
2637 Even = DAG.getTargetExtractSubreg(SystemZ::even128(Is32Bit), DL, VT, Result); in lowerGR128Binary()
2638 Odd = DAG.getTargetExtractSubreg(SystemZ::odd128(Is32Bit), DL, VT, Result); in lowerGR128Binary()
/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
4667 if (!loadImmediate(ImmValue, DstReg, Mips::NoRegister, Is32Bit, false, in expandAliasImmediate()