Searched refs:FMul (Results 51 - 57 of 57) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3326 case Instruction::FMul:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1091 return IsFP ? Instruction::FMul : Instruction::Mul;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp535 case Instruction::FMul: return bitc::BINOP_MUL;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3589 case Instruction::FMul:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16411 if (I->getOpcode() != Instruction::FMul)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9548 if (I->getOpcode() != Instruction::FMul)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16325 case Instruction::FMul:

Completed in 382 milliseconds

123