OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isbitcast
(Results
1 - 10
of
10
) sorted by null
/external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp
482
/// \pre Copy.isCopy() or Copy.
isBitcast
().
488
assert((Copy.isCopy() || Copy.
isBitcast
()) && "Wrong operation type.");
714
if (((MI->
isBitcast
() || MI->isCopy()) && optimizeCopyOrBitcast(MI)) ||
803
assert(Def->
isBitcast
() && "Invalid definition");
[
all
...]
/external/llvm/utils/TableGen/
CodeGenInstruction.h
229
bool
isBitcast
: 1;
CodeGenInstruction.cpp
302
isBitcast
= R->getValueAsBit("
isBitcast
");
InstrInfoEmitter.cpp
485
if (Inst.
isBitcast
) OS << "|(1<<MCID::Bitcast)";
CodeGenDAGPatterns.cpp
[
all
...]
/external/llvm/include/llvm/MC/
MCInstrDesc.h
326
bool
isBitcast
() const {
/external/llvm/include/llvm/CodeGen/
MachineInstr.h
476
///
isBitcast
- Return true if this instruction is a bitcast instruction.
478
bool
isBitcast
(QueryType Type = IgnoreBundle) const {
[
all
...]
/external/clang/utils/TableGen/
NeonEmitter.cpp
470
std::pair<Type, std::string> emitDagCast(DagInit *DI, bool
IsBitCast
);
[
all
...]
/external/llvm/include/llvm/Target/
Target.td
361
bit
isBitcast
= 0; // Is this instruction a bitcast instruction?
[
all
...]
/prebuilts/clang/linux-x86/host/3.4/bin/
tblgen
Completed in 997 milliseconds