Searched refs:BC (Results 76 - 81 of 81) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp3255 llvm::Constant *BC = llvm::ConstantExpr::getBitCast( local
3257 addGlobalValReplacement(Entry, BC);
H A DCGBuiltin.cpp168 Value *BC = CGF.Builder.CreateBitCast( local
170 LValue LV = CGF.MakeNaturalAlignAddrLValue(BC, E->getArg(0)->getType());
12991 Value *BC = Builder.CreateBitCast(
12995 StoreInst *SI = Builder.CreateDefaultAlignedStore(Src, BC);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2986 SDValue BC = ZE.getOperand(0); local
2987 if (BC.getOpcode() == ISD::BITCAST && BC.getValueType() == MVT::i16) {
2988 Arg = BC.getOperand(0);
5904 /// \p BC is a bitcast that is about to be turned into a VMOVDRR.
5905 /// When \p DstVT, the destination type of \p BC, is on the vector
5911 static SDValue CombineVMOVDRRCandidateWithVecOp(const SDNode *BC, argument
5913 SDValue Op = BC->getOperand(0);
5914 EVT DstVT = BC->getValueType(0);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13587 APFloat BC = B * C;
13589 ResI = AD + BC;
13615 AD.isInfinity() || BC.isInfinity())) {
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh4069 ecJQsubgbk/QX8FYB7kPgeQDy37wBe/Az1fpsxC6fFaNyiyF0ejPaHV/wbzu+9BC
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12190 BuildMI(BB, dl, TII->get(PPC::BC))

Completed in 316 milliseconds

1234